YoutubeClientIsAuthorized Property
Gets a value that determines whether Youtube API authorization was done.
Namespace: DevCase.ThirdParty.Google.YoutubeAssembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsAuthorized { get; }
Public ReadOnly Property IsAuthorized As Boolean
Get
Dim instance As YoutubeClient
Dim value As Boolean
value = instance.IsAuthorized
public:
property bool IsAuthorized {
bool get ();
}
member IsAuthorized : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean
A value that determines whether Youtube API authorization was done.