次の方法で共有


ModelPrivilegesCriteria.PrincipalType プロパティ

定義

結果のフィルター選択に使用される PrincipalType 値を取得または設定します。

public:
 property Microsoft::MasterDataServices::PrincipalType PrincipalType { Microsoft::MasterDataServices::PrincipalType get(); void set(Microsoft::MasterDataServices::PrincipalType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.PrincipalType PrincipalType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PrincipalType : Microsoft.MasterDataServices.PrincipalType with get, set
Public Property PrincipalType As PrincipalType

プロパティ値

PrincipalType の値の 1 つです。 有効値は Group、None、または UserAccount です。

属性

適用対象