In This Topic
Syntax
'Declaration
Public Property Content As String
public string Content {get; set;}
public read-write property Content: String;
public function get,set Content : String
public: __property string* get_Content();
public: __property void set_Content(
string* value
);
public:
property String^ Content {
String^ get();
void set ( String^ value);
}
See Also