Condividi tramite


Proprietà IsAuthorized

Gets or sets a value indicating whether the IsAuthorized flag is set.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

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

Valore proprietà

Tipo: System. . :: . .Boolean
true if authorized; otherwise, false.