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