ObjectTypeMacroDescription Property |
Provides a textual description of the item being defined.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string Description { get; }
Public ReadOnly Property Description As String
Get
Dim instance As ObjectTypeMacro
Dim value As String
value = instance.Description
public:
virtual property String^ Description {
String^ get () sealed;
}
abstract Description : string with get
override Description : string with get
Property Value
StringImplements
IEntityDescription
See Also