Get ASN.1 value type stored in this class.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
public byte Type { get; set; } |
| Visual Basic |
|---|
Public Property Type As Byte Get Set |
| Visual C++ |
|---|
public: property unsigned char Type { unsigned char get (); void set (unsigned char value); } |