ObjectIdentifierMacroDescription 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; set; }
Public Property Description As String
Get
Set
Dim instance As ObjectIdentifierMacro
Dim value As String
value = instance.Description
instance.Description = value
public:
virtual property String^ Description {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Description : string with get, set
override Description : string with get, set
Property Value
StringImplements
IEntityDescription
See Also