WebSiteInstanceIdsResponse.InstanceIds 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.
Optional. The identifiers of the currently running instances of the web site.
public System.Collections.Generic.IList<string> InstanceIds { get; set; }
member this.InstanceIds : System.Collections.Generic.IList<string> with get, set
Public Property InstanceIds As IList(Of String)