Click or drag to resize
GDServiceProviderIcons Property
Gets collection of GDAppIcon objects which are icons of the service provider. If there are no icons collection contains 0 elements.

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

Property Value

Type: IListGDAppIcon
Application icons of the service providers, if it is an application and an icon has been uploaded by the developer.
See Also