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