ActivateInstallationInstallationID Property |
Gets or sets the Installation ID, which is a unique identifier for the given activation which was issued. If you specify the Installation ID of a prior activation, SOLO Server will show that the specified Installation ID is related to the new Installation ID (if 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