Gets or sets any additional information in license
 
 
    Namespace: 
   TreeksLicensingLibrary2
    Assembly:
   TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntaxpublic string Info1 { get; set; }Public Property Info1 As String
	Get
	Set
public:
property String^ Info1 {
	String^ get ();
	void set (String^ value);
}member Info1 : string with get, set
Property Value
Type: 
StringReturn Value
Type: 
StringReturns previously stored value
Remarks
See Also