Groups 屬性
Gets or sets an ArrayOfGroup containing security groups.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Groups As Collection(Of Group)
Get
Friend Set
'用途
Dim instance As SecurityPrincipals
Dim value As Collection(Of Group)
value = instance.Groups
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Group> Groups { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Group^>^ Groups {
Collection<Group^>^ get ();
internal: void set (Collection<Group^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Groups : Collection<Group> with get, internal set
function get Groups () : Collection<Group>
internal function set Groups (value : Collection<Group>)
屬性值
型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Group> ) > ) >
A collection of type Group.