SharingUpdate.OperationType Property

Definition

Gets or sets this property allows you to specify the operation type of gallery sharing update. <br><br> Possible values are: <br><br> Add <br><br> Remove <br><br> Reset. Possible values include: 'Add', 'Remove', 'Reset', 'EnableCommunity'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to