'Declaration Public Property Value As String
'Declaration
Public Property Value As String
public string Value {get; set;}
public: property String^ Value { String^ get(); void set ( String^ value); }
CustomProperty Class CustomProperty Members