다음을 통해 공유


SecurityPrincipalsCriteria.Type 속성

Gets or sets the type of the principal.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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.PrincipalType
One of the values of PrincipalType.

참고 항목

참조

SecurityPrincipalsCriteria 클래스

Microsoft.MasterDataServices 네임스페이스