次の方法で共有


SecurityPrincipalsCriteria.SecurityResolutionType プロパティ

セキュリティ解決策の種類を取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property SecurityResolutionType As SecurityResolutionType 
    Get 
    Set
'使用
Dim instance As SecurityPrincipalsCriteria 
Dim value As SecurityResolutionType 

value = instance.SecurityResolutionType

instance.SecurityResolutionType = value
[DataMemberAttribute]
public SecurityResolutionType SecurityResolutionType { get; set; }
[DataMemberAttribute]
public:
property SecurityResolutionType SecurityResolutionType {
    SecurityResolutionType get ();
    void set (SecurityResolutionType value);
}
[<DataMemberAttribute>]
member SecurityResolutionType : SecurityResolutionType with get, set
function get SecurityResolutionType () : SecurityResolutionType 
function set SecurityResolutionType (value : SecurityResolutionType)

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.SecurityResolutionType
セキュリティ解決策の種類。

関連項目

参照

SecurityPrincipalsCriteria クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間