SecurityPrincipalsCriteria.Type プロパティ

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

名前空間:  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
PrincipalType の値の 1 つ。

関連項目

参照

SecurityPrincipalsCriteria クラス

Microsoft.MasterDataServices 名前空間