ModelPrivilege.IsModelAdministrator 属性

Gets or sets a value that indicates whether the principal is the model administrator.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property IsModelAdministrator As Boolean
    Get
    Set
用法
Dim instance As ModelPrivilege
Dim value As Boolean

value = instance.IsModelAdministrator

instance.IsModelAdministrator = value
[DataMemberAttribute]
public bool IsModelAdministrator { get; set; }
[DataMemberAttribute]
public:
property bool IsModelAdministrator {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IsModelAdministrator : bool with get, set
function get IsModelAdministrator () : boolean
function set IsModelAdministrator (value : boolean)

属性值

类型:System.Boolean
true if the principal is the model administrator; otherwise, false.

请参阅

参考

ModelPrivilege 类

Microsoft.MasterDataServices 命名空间