Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the security resolution.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SecurityResolutionType As SecurityResolutionType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityResolutionType
The type of the security resolution.
See Also
Reference
SecurityPrincipalsCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace