语言

FunctionPrivilege.IsAuthorized 属性

定义

注意

Always true. The existence of the functional permission implies that it is authorized.

指定为真,若功能特权被授权。

public:
 property bool IsAuthorized { bool get(); void set(bool value); };
[System.Obsolete("Always true. The existence of the functional permission implies that it is authorized.")]
[System.Runtime.Serialization.DataMember]
public bool IsAuthorized { get; set; }
[<System.Obsolete("Always true. The existence of the functional permission implies that it is authorized.")>]
[<System.Runtime.Serialization.DataMember>]
member this.IsAuthorized : bool with get, set
Public Property IsAuthorized As Boolean

属性值

true如果功能特权被授权;否则,。 false

属性

适用于