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