public string StringSourcePropertyMirror { get; set; }
Public Property StringSourcePropertyMirror As String
Get
Set
public:
property String^ StringSourcePropertyMirror {
String^ get ();
void set (String^ value);
}
member StringSourcePropertyMirror : string with get, set