ActivateInstallationInstallationName Property |
Gets or sets the Installation Name, which may be a name of your choice or the user's choice. You may opt to use things like a username or computer name here, or you may also allow the user to specify a friendly name.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string InstallationName { get; set; }
Public Property InstallationName As String
Get
Set
public:
property String^ InstallationName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also