AuthenticationProperties.GetDateTimeOffset(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 Items 集合取得可為 DateTimeOffset Null 的值。
protected:
Nullable<DateTimeOffset> GetDateTimeOffset(System::String ^ key);
protected DateTimeOffset? GetDateTimeOffset (string key);
member this.GetDateTimeOffset : string -> Nullable<DateTimeOffset>
Protected Function GetDateTimeOffset (key As String) As Nullable(Of DateTimeOffset)
參數
- key
- String
屬性索引鍵。
傳回
擷取的值,如果未設定屬性,則 null
為 。