Public Property ParentProperty As String
public string ParentProperty { get; set; }
public: property String^ ParentProperty { String^ get (); void set (String^ value); }
function get_parentProperty(); function set_parentProperty(value);