BulkCollectionsPayload.Action Property

Definition

Gets or sets action to perform (For example: EnableCollections, DisableCollections)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to