ModuleComplianceMandatoryGroups Property |
Gets or sets the list of mandatory group values for this module compliance.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<ISmiValue> MandatoryGroups { get; set; }
Public Property MandatoryGroups As IList(Of ISmiValue)
Get
Set
Dim instance As ModuleCompliance
Dim value As IList(Of ISmiValue)
value = instance.MandatoryGroups
instance.MandatoryGroups = value
public:
property IList<ISmiValue^>^ MandatoryGroups {
IList<ISmiValue^>^ get ();
void set (IList<ISmiValue^>^ value);
}
member MandatoryGroups : IList<ISmiValue> with get, set
Property Value
IListISmiValue
See Also