SignInRequestMessage.CurrentTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定訊息的 wct 參數。
public:
property System::String ^ CurrentTime { System::String ^ get(); void set(System::String ^ value); };
public string CurrentTime { get; set; }
member this.CurrentTime : string with get, set
Public Property CurrentTime As String
屬性值
指定為 UTC 日期時間字串的 wct 參數的值。
例外狀況
發生設定並非有效日期時間字串之值的嘗試。
備註
wct 參數會指定訊息建立時的目前時間。 wct 參數是選擇性的。 設定為 CurrentTime 屬性 null
或空字串,以從訊息中移除 wct 參數。