Model.IsAdministrator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Permission property instead
Specifies whether the current user is an administrator of the model.
public:
property bool IsAdministrator { bool get(); void set(bool value); };
[System.Obsolete("Use Permission property instead")]
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public bool IsAdministrator { get; set; }
[<System.Obsolete("Use Permission property instead")>]
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.IsAdministrator : bool with get, set
Public Property IsAdministrator As Boolean
Property Value
true
if the current user is an administrator of the model; otherwise, false
.
- Attributes