次の方法で共有


SelfHostedIntegrationRuntimeNode.LastConnectTime プロパティ

定義

統合ランタイムが ISO8601 形式で接続された最新の時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象