CharDefinitionName Property |
Gets or sets the name of the character definition.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ISmiValue Name { get; set; }
Public Property Name As ISmiValue
Get
Set
Dim instance As CharDefinition
Dim value As ISmiValue
value = instance.Name
instance.Name = value
public:
property ISmiValue^ Name {
ISmiValue^ get ();
void set (ISmiValue^ value);
}
member Name : ISmiValue with get, set
Property Value
ISmiValue
See Also