次の方法で共有


SubscriptionFeatureRegistrationProperties.RegistrationDate プロパティ

定義

機能の登録日を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象