FunctionPrivilege.IsAuthorized 屬性

定義

取得或設定一個值,指示函數是否被分配給主體。

public:
 property bool IsAuthorized { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsAuthorized { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsAuthorized : bool with get, set
Public Property IsAuthorized As Boolean

屬性值

true若函數指派給主要者;否則,。 false

屬性

備註

功能權限分為開啟或關閉(授權或未授權)。

適用於