次の方法で共有


GoogleOptions.AccessType プロパティ

定義

ユーザーがブラウザーにいないときに、アプリケーションがアクセス トークンを更新できるかどうかを示します。 有効な値は、 online既定値 offlineである と です。

ユーザーがブラウザーにいないときにアプリケーションでアクセス トークンを更新する必要がある場合は、値を offline に設定します。

public:
 property System::String ^ AccessType { System::String ^ get(); void set(System::String ^ value); };
public string AccessType { get; set; }
public string? AccessType { get; set; }
member this.AccessType : string with get, set
Public Property AccessType As String

プロパティ値

適用対象