Groups 属性

Gets or sets an array of security groups.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Groups As Collection(Of Group)
    Get
    Set
用法
Dim instance As SecurityPrincipals
Dim value As Collection(Of Group)

value = instance.Groups

instance.Groups = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Group> Groups { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Group^>^ Groups {
    Collection<Group^>^ get ();
    void set (Collection<Group^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Groups : Collection<Group> with get, set
function get Groups () : Collection<Group>
function set Groups (value : Collection<Group>)

属性值

类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Group> ) > ) >
A collection of type Group.