Gets or sets the ID.
Syntax
'Declaration
Public Property ID As String
'Usage
Dim instance As Edition
Dim value As String
instance.ID = value
value = instance.ID
public string ID {get; set;}
public read-write property ID: String;
public function get,set ID : String
public: __property string* get_ID();
public: __property void set_ID(
string* value
);
public:
property String^ ID {
String^ get();
void set ( String^ value);
}
Property Value
The ID.
See Also