次の方法で共有


Invitation.SentAt プロパティ

定義

招待が送信された時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象