PowerSNMP for .NET CF
Id Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > Variable Class : Id Property




Gets the id of the variable.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Id As String
Visual Basic (Usage)Copy Code
Dim instance As Variable
Dim value As String
 
value = instance.Id
C# 
public string Id {get;}
Managed Extensions for C++ 
public: __property string* get_Id();
C++/CLI 
public:
property String^ Id {
   String^ get();
}

Property Value

Returns a string containing the Id value assigned to the Variable.

Remarks

This property is read-only, and can only be set in the constructor.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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