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