PowerSNMP for .NET
Syntax Field




Gets the Syntax of the MibNode.
Syntax
Public ReadOnly Syntax As String
Dim instance As MibNode
Dim value As String
 
value = instance.Syntax
public readonly string Syntax
public: readonly string* Syntax
public:
readonly String^ Syntax

Field Value

Returns a string containing the Syntax of the MibNode (expanded to include all textual conventions).
Remarks

Syntax describes the data type for a Variable object. Syntax may also describe additional constraints of the data such as a length or maximum value.

See Also

Reference

MibNode Class
MibNode Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic