Share via


ProtectedItem.CreateMode Property

Definition

Gets or sets create mode to indicate recovery of existing soft deleted data source or creation of new data source. Possible values include: 'Invalid', 'Default', 'Recover'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to