AgentCapabilitiesModuleIncludes Property |
Gets the list of SMI values included in this agent capabilities module.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<ISmiValue> Includes { get; }
Public ReadOnly Property Includes As IList(Of ISmiValue)
Get
Dim instance As AgentCapabilitiesModule
Dim value As IList(Of ISmiValue)
value = instance.Includes
public:
property IList<ISmiValue^>^ Includes {
IList<ISmiValue^>^ get ();
}
member Includes : IList<ISmiValue> with get
Property Value
IListISmiValue
See Also