共用方式為


SignInRequestMessage.CurrentTime 屬性

定義

取得或設定訊息的 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 參數。

適用於