Compartir a través de


FunctionPrivilegesCriteria.IsAuthorized Propiedad

Gets or sets a value that indicates whether the function privileges criteria is authorized.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsAuthorized As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
true if the function privileges criteria is authorized; otherwise, false.

Vea también

Referencia

FunctionPrivilegesCriteria Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts