共用方式為


GoogleOptions.AccessType 屬性

定義

指出當使用者不在瀏覽器時,您的應用程式是否可以重新整理存取權杖。 有效值為 online ,這是預設值和 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

屬性值

適用於