| ActivateInstallationRequireRegistration Property  | 
Gets or sets whether or not customer registration is required for activation.   Customer registration is where the customer enters information (such as name, email, address, etc...) about himself or herself with SOLO Server.
 
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool RequireRegistration { get; set; }Public Property RequireRegistration As Boolean
	Get
	Set
public:
property bool RequireRegistration {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also