Public Property Role As String
public string Role { get; set; }
public: property String^ Role { String^ get (); void set (String^ value); }
function get_role(); function set_role(value);