InMageReplicationDetails.Datastores Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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