共用方式為


SecurityPrincipalsCriteria.SecurityResolutionType 屬性

Gets or sets resolution of effective privileges.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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.SecurityResolutionType
One of the values of SecurityResolutionType.

請參閱

參考

SecurityPrincipalsCriteria 類別

Microsoft.MasterDataServices 命名空間