Gets the name.
Namespace: Lextm.SharpSnmpLib.SecurityAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic OctetString Name { get; }
Public ReadOnly Property Name As OctetString
Get
Dim instance As User
Dim value As OctetString
value = instance.Name
public:
property OctetString^ Name {
OctetString^ get ();
}
member Name : OctetString with get
Property Value
OctetStringThe name.
See Also