Return protocol name.

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

Syntax

C#
public string Name { get; }
Visual Basic (Declaration)
Public ReadOnly Property Name As String
Visual C++
public:
virtual property String^ Name {
	String^ get () sealed;
}

Implements

IAuthenticationDigest..::.Name

See Also