DateAndTimeDecoderKey Property |
Gets the key of decoder.
Namespace: Lextm.SharpSnmpPro.Mib.DecodersAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string Key { get; }
Public ReadOnly Property Key As String
Get
Dim instance As DateAndTimeDecoder
Dim value As String
value = instance.Key
public:
virtual property String^ Key {
String^ get () sealed;
}
abstract Key : string with get
override Key : string with get
Property Value
String
The key.
Implements
IDecoderKey
See Also