ModelPrivilegesCriteria.PrincipalType 属性

Gets or sets the principal type.

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

语法

声明
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType 
    Get 
    Set
用法
Dim instance As ModelPrivilegesCriteria 
Dim value As PrincipalType 

value = instance.PrincipalType

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

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The principal type.

请参阅

参考

ModelPrivilegesCriteria 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间