GitHubAuthorIsSiteAdministrator Property
Gets a value that determine whether this author is a site administrator.
Namespace: DevCase.ThirdParty.GitHubAssembly: DevCase.net48.ThirdParty.GitHub (in DevCase.net48.ThirdParty.GitHub.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsSiteAdministrator { get; }
Public ReadOnly Property IsSiteAdministrator As Boolean
Get
Dim instance As GitHubAuthor
Dim value As Boolean
value = instance.IsSiteAdministrator
public:
property bool IsSiteAdministrator {
bool get ();
}
member IsSiteAdministrator : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean