MoveResourceDependency.IsOptional Property

Definition

Gets or sets a value indicating whether the dependency is optional.

[Newtonsoft.Json.JsonProperty(PropertyName="isOptional")]
public string IsOptional { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isOptional")>]
member this.IsOptional : string with get, set
Public Property IsOptional As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to