FormSuite v6.0 - Updated
SolutionName Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > ComponentLicense Class : SolutionName Property
Gets or sets the control's runtime license deployment solution name.
Syntax
'Declaration
 
Public Property SolutionName As String
'Usage
 
Dim instance As ComponentLicense
Dim value As String
 
instance.SolutionName = value
 
value = instance.SolutionName
public string SolutionName {get; set;}
public: __property string* get_SolutionName();
public: __property void set_SolutionName( 
   string* value
);
public:
property String^ SolutionName {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ComponentLicense Class
ComponentLicense Members

Is this page helpful?
Yes No
Thanks for your feedback.