Freigeben über


InMageReplicationDetails.Datastores Property

Definition

Gets or sets the datastores of the on-premise machine Value can be list of strings that contain datastore names.

[Newtonsoft.Json.JsonProperty(PropertyName="datastores")]
public System.Collections.Generic.IList<string> Datastores { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="datastores")>]
member this.Datastores : System.Collections.Generic.IList<string> with get, set
Public Property Datastores As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to