ModelPrivilege.PrincipalType プロパティ

プリンシパルの種類を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType
    Get
    Set
'使用
Dim instance As ModelPrivilege
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.PrincipalType
PrincipalType の値の 1 つ。有効値は Group、UserAccount、または None です。

関連項目

参照

ModelPrivilege クラス

Microsoft.MasterDataServices 名前空間