TLLInterfaceRegistrationFormTranslations Property  | 
 
 Contains list of string messages being displayed by default registration form you can open by calling ShowRegistrationFormMethod
 
 
    Namespace: 
   TreeksLicensingLibrary2.EasyIntegration
    Assembly:
   TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntaxpublic List<string> RegistrationFormTranslations { get; set; }Public Property RegistrationFormTranslations As List(Of String)
	Get
	Set
public:
property List<String^>^ RegistrationFormTranslations {
	List<String^>^ get ();
	void set (List<String^>^ value);
}member RegistrationFormTranslations : List<string> with get, set
Property Value
Type: 
ListStringReturn Value
Type: 
ListString
Remarks
See Also