PowerSNMP for .NET
Id Property (Variable)




Gets or sets the id of the variable.
Syntax
Public Property Id As String
Dim instance As Variable
Dim value As String
 
instance.Id = value
 
value = instance.Id
public string Id {get; set;}
public: __property string* get_Id();
public: __property void set_Id( 
   string* value
);
public:
property String^ Id {
   String^ get();
   void set (    String^ value);
}

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.

See Also

Reference

Variable Class
Variable Members

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