FormSuite v6.0 - Updated
SetSolutionName Method




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > ComponentLicense Class : SetSolutionName Method
The name of your solution
Sets the component's solution name.
Syntax
'Declaration
 
Public Sub SetSolutionName( _
   ByVal solutionName As String _
) 
'Usage
 
Dim instance As ComponentLicense
Dim solutionName As String
 
instance.SetSolutionName(solutionName)
public void SetSolutionName( 
   string solutionName
)
public: void SetSolutionName( 
   string* solutionName
) 
public:
void SetSolutionName( 
   String^ solutionName
) 

Parameters

solutionName
The name of your solution
See Also

Reference

ComponentLicense Class
ComponentLicense Members

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