次の方法で共有


SecurityPrincipalsCriteria.Type プロパティ

ユーザーまたはグループを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.PrincipalType
ユーザーまたはグループ。

関連項目

参照

SecurityPrincipalsCriteria クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間