ModuleComplianceMandatoryGroups Property |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<ISmiValue> MandatoryGroups { get; set; }
Public Property MandatoryGroups As IList(Of ISmiValue)
Get
Set
public:
property IList<ISmiValue^>^ MandatoryGroups {
IList<ISmiValue^>^ get ();
void set (IList<ISmiValue^>^ value);
}
member MandatoryGroups : IList<ISmiValue> with get, set
Property Value
Type:
IListISmiValue
See Also