Click or drag to resize
GDServiceProviderServers Property
Gets collection of GDAppServerDetail objects.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IList<GDAppServerDetail> Servers { get; }

Property Value

Type: IListGDAppServerDetail
Collection of GDAppServerDetail objects, each representing information about server that provides the service.
Remarks
If there is more than one then the application should use a server selection algorithm, such as that outlined under the Application Server Selection heading in the GetApplicationConfig (GDWindows) documentation.
See Also