Click or drag to resize
GDServiceProviderServiceDetails Property
Gets grouped collection of GDServiceDetail objects, each representing a provided shared service.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IDictionary<GDServiceProviderType, IList<GDServiceDetail>> ServiceDetails { get; }

Property Value

Type: IDictionaryGDServiceProviderType, IListGDServiceDetail
Map of GDServiceDetail objects, grouped by GDServiceProviderType
See Also