Share via


DataFeed.IsAdministrator Property

Definition

Whether or not the user who queried the information about this DataFeed is one of its administrators. The complete list of administrators can be consulted in Administrators.

public bool? IsAdministrator { get; }
member this.IsAdministrator : Nullable<bool>
Public ReadOnly Property IsAdministrator As Nullable(Of Boolean)

Property Value

Remarks

If null, it means this instance has not been sent to the service to be created yet.

Applies to