다음을 통해 공유


SecurityPrincipalsCriteria.Type 속성

Gets or sets the user or group.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property Type As PrincipalType 
    Get 
    Set
‘사용 방법
Dim instance As SecurityPrincipalsCriteria 
Dim value As PrincipalType 

value = instance.Type

instance.Type = value
[DataMemberAttribute]
public PrincipalType Type { get; set; }
[DataMemberAttribute]
public:
property PrincipalType Type {
    PrincipalType get ();
    void set (PrincipalType value);
}
[<DataMemberAttribute>]
member Type : PrincipalType with get, set
function get Type () : PrincipalType 
function set Type (value : PrincipalType)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The user or group.

참고 항목

참조

SecurityPrincipalsCriteria 클래스

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