現在のユーザーがモデルの管理者かどうかを示す値を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute> _
Public Property IsAdministrator As Boolean
Get
Set
'使用
Dim instance As Model
Dim value As Boolean
value = instance.IsAdministrator
instance.IsAdministrator = value
[DataMemberAttribute]
public bool IsAdministrator { get; set; }
[DataMemberAttribute]
public:
property bool IsAdministrator {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsAdministrator : bool with get, set
function get IsAdministrator () : boolean
function set IsAdministrator (value : boolean)
プロパティ値
型: System.Boolean
現在のユーザーがモデルの管理者である場合は、true、それ以外の場合は false です。