다음을 통해 공유


SecurityPrincipals.Groups 속성

Gets or sets the list of security groups.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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<Group>
The list of security groups.

참고 항목

참조

SecurityPrincipals 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스