Click or drag to resize
GDServiceDetailVersion Property
Gets version of the service that is provided.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public string Version { get; }

Property Value

Type: String
BlackBerry Dynamics Service Version
Example: 1.0.0.0
Remarks
Note that services have versions, in the same way that applications have versions. The details of a service's API, as declared in its schema may change from version to version.
See Also