CreateGroupsInfo.Groups Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Groups As IdentitiesCollection
[DataMemberAttribute]
public IdentitiesCollection Groups { get; private set; }
[DataMemberAttribute]
public:
property IdentitiesCollection^ Groups {
IdentitiesCollection^ get ();
private: void set (IdentitiesCollection^ value);
}
[<DataMemberAttribute>]
member Groups : IdentitiesCollection with get, private set
function get Groups () : IdentitiesCollection
private function set Groups (value : IdentitiesCollection)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.IdentitiesCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.