PowerSNMP for .NET CF
ComposedSyntax Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibNode Class : ComposedSyntax Field




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

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.