FunctionPrivilege.IsAuthorized 属性

定义

注意

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

如果授权了功能特权,则指定为 true。

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

属性

适用于