CheckInstallationStatusActivationData Property |
The Activation Data document, which contains the SystemIdentifier information. This field is optional, but recommended. This document may be generated using the
SystemIdentifier.GenerateActivationDataXml method.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlDocument ActivationData { get; set; }
Public Property ActivationData As XmlDocument
Get
Set
public:
property XmlDocument^ ActivationData {
XmlDocument^ get ();
void set (XmlDocument^ value);
}
Property Value
Type:
XmlDocument
See Also