Click or drag to resize
GDServiceProvider Class
This class is used to return information about a service provider.
Inheritance Hierarchy
SystemObject
  GDGDServiceProvider

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDServiceProvider

The GDServiceProvider type exposes the following members.

Constructors
  NameDescription
Public methodGDServiceProvider
Initializes a new instance of the GDServiceProvider class
Top
Properties
  NameDescription
Public propertyAddress
Gets native application identifier of the service provider.
Public propertyApplicationId
Gets string value of BlackBerry Dynamics Application ID of the service provider.
Public propertyApplicationVersion
Gets value of BlackBerry Dynamics Application Version of the service provider.
Public propertyIcons
Gets collection of GDAppIcon objects which are icons of the service provider. If there are no icons collection contains 0 elements.
Public propertyName
Gets display name of the service provider.
Public propertyServers
Gets collection of GDAppServerDetail objects.
Public propertyServiceDetails
Gets grouped collection of GDServiceDetail objects, each representing a provided shared service.
Public propertyServiceDetailsFlat
Gets collection of GDServiceDetail objects, each representing a provided shared service.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference