AuthenticationProperties.GetDateTimeOffset(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションから null 許容 DateTimeOffset 値を取得します Items 。
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
プロパティが設定されていない場合。