CheckInstallationStatusInstallationID Property |
Gets or sets the Installation ID (required), which is a unique identifier for the given activation which was issued.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string InstallationID { get; set; }
Public Property InstallationID As String
Get
Set
public:
property String^ InstallationID {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also