Gets or sets the Syntax of the MibNode.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Syntax As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MibNode
Dim value As String
value = instance.Syntax |
| C# | |
|---|
public readonly string Syntax |
| Managed Extensions for C++ | |
|---|
public: readonly string* Syntax |
| C++/CLI | |
|---|
public:
readonly String^ Syntax |
Property Value
Returns a string containing the Syntax of the MibNode (expanded to include all textual conventions).
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also