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); }
This property is read-only, and can only be set in the constructor.
Variable Class Variable Members