関数の特権が承認済みかどうかを示す値を取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataMemberAttribute> _
Public Property IsAuthorized As Boolean
Get
Set
'使用
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)
プロパティ値
型: System.Boolean
関数の特権が承認されている場合は true、それ以外の場合は false。