 | TeamMemberProfileGroups Property |
List of group IDs of groups that the user belongs to.
Namespace:
Dropbox.Api.Team
Assembly:
Dropbox.Api (in Dropbox.Api.dll) Version: 5.0
Syntaxpublic IList<string> Groups { get; protected set; }
Public Property Groups As IList(Of String)
Get
Protected Set
public:
property IList<String^>^ Groups {
IList<String^>^ get ();
protected: void set (IList<String^>^ value);
}
member Groups : IList<string> with get, set
Property Value
Type:
IListString
See Also