次の方法で共有


SubscriptionInner.AccessedAt プロパティ

定義

このサブスクリプションに対する受信要求があった最後の時刻を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.accessedAt")]
public DateTime? AccessedAt { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.accessedAt")>]
member this.AccessedAt : Nullable<DateTime>
Public ReadOnly Property AccessedAt As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象