FunctionPrivilegesCriteria.IsAuthorized Property
Gets or sets a value that indicates whether the criteria are authorized.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsAuthorized As Boolean
Get
Set
'Usage
Dim instance As FunctionPrivilegesCriteria
Dim value As Boolean
value = instance.IsAuthorized
instance.IsAuthorized = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsAuthorized { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsAuthorized {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsAuthorized : bool with get, set
function get IsAuthorized () : boolean
function set IsAuthorized (value : boolean)
Property Value
Type: System.Boolean
true if the criteria are authorized; otherwise, false.