SecurityPrincipalsCriteria.SecurityResolutionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the desired SecurityResolutionTypeto true if resolve effective privileges is desired.
public:
property Microsoft::MasterDataServices::Services::DataContracts::SecurityResolutionType SecurityResolutionType { Microsoft::MasterDataServices::Services::DataContracts::SecurityResolutionType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::SecurityResolutionType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.SecurityResolutionType SecurityResolutionType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SecurityResolutionType : Microsoft.MasterDataServices.Services.DataContracts.SecurityResolutionType with get, set
Public Property SecurityResolutionType As SecurityResolutionType
Property Value
The desired SecurityResolutionType to true if resolve effective privileges is desired.
- Attributes
Remarks
This option is only applicable if Type is UserAccount.