XmlActivationServiceUrl Property |
Gets or sets the base URL of the XML Web service the client is requesting.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string Url { get; set; }
Public Property Url As String
Get
Set
public:
property String^ Url {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also