FunctionPrivilege.PrincipalType 属性

Gets or sets the type of the principal.

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

语法

声明
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType 
    Get 
    Set
用法
Dim instance As FunctionPrivilege 
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 type of the principal.

请参阅

参考

FunctionPrivilege 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间