SecurityPrincipalsCriteria.SecurityResolutionType 属性

Gets or sets the type of the security resolution.

命名空间:  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
The type of the security resolution.

请参阅

参考

SecurityPrincipalsCriteria 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间