GoogleChallengeProperties.ApprovalPrompt 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於挑戰要求的 「approval_prompt」 參數值。
public:
property System::String ^ ApprovalPrompt { System::String ^ get(); void set(System::String ^ value); };
public string ApprovalPrompt { get; set; }
public string? ApprovalPrompt { get; set; }
member this.ApprovalPrompt : string with get, set
Public Property ApprovalPrompt As String