Public Property GroupUserName As String
public string GroupUserName { get; set; }
public: property String^ GroupUserName { String^ get (); void set (String^ value); }
/** @property */ public String get_GroupUserName () /** @property */ public void set_GroupUserName (String value)
public function get GroupUserName () : String public function set GroupUserName (value : String)