Click or drag to resize
GDServiceProviderAddress Property
Gets native application identifier of the service provider.

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

Property Value

Type: String
Native application identifier of the service provider, if it is an application.
Example: gd.windows.testharness
Remarks
This is the value that would be passed as the application parameter in a call to SendRequestAsync (GDServiceClient).
See Also