MabContainer.ContainerId Property

Definition

Gets or sets containerID represents the container.

[Newtonsoft.Json.JsonProperty(PropertyName="containerId")]
public long? ContainerId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerId")>]
member this.ContainerId : Nullable<int64> with get, set
Public Property ContainerId As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to