GalleryArtifactPublishingProfileBase.ReplicationMode Property

Definition

Gets or sets optional parameter which specifies the mode to be used for replication. This property is not updatable. Possible values include: 'Full', 'Shallow'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to