Właściwość FunctionPrivilege.IsAuthorized
Pobiera lub ustawia wartość wskazującą, czy funkcja jest przypisany do głównego zobowiązanego.Funkcja przywileje są lub wyłączyć (upoważnione lub nie są dozwolone).
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property IsAuthorized As Boolean
Get
Set
'Użycie
Dim instance As FunctionPrivilege
Dim value As Boolean
value = instance.IsAuthorized
instance.IsAuthorized = value
[DataMemberAttribute]
public bool IsAuthorized { get; set; }
[DataMemberAttribute]
public:
property bool IsAuthorized {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsAuthorized : bool with get, set
function get IsAuthorized () : boolean
function set IsAuthorized (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli funkcja jest przypisany do głównego zobowiązanego; w przeciwnym razie false.
Zobacz także