Return ASN.1 type of the object stored in this or derived class.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.4.3.0 (0.4.3.0)

Syntax

C#
public byte Type { get; set; }
Visual Basic (Declaration)
Public Property Type As Byte
Visual C++
public:
property unsigned char Type {
	unsigned char get ();
	void set (unsigned char value);
}

Remarks

[Missing <remarks> documentation for "P:SnmpSharpNet.AsnType.Type"]

See Also