Click or drag to resize
GDServiceDetail Class
Details of a provided service.
Inheritance Hierarchy
SystemObject
  GDGDServiceDetail

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

The GDServiceDetail type exposes the following members.

Constructors
  NameDescription
Public methodGDServiceDetail
Initializes a new instance of the GDServiceDetail class
Top
Properties
  NameDescription
Public propertyIdentifier
Gets BlackBerry Dynamics Service Identifier.
Public propertyProviderType
Gets indicator of the type of the provided service, either application-based or server-based.
Public propertyVersion
Gets version of the service that is provided.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
This class is used to return information about a provided service. The ServiceDetails or ServiceDetailsFlat properties of a GDServiceProvider object are a collections of instances of this class.
See Also

Reference