FormFix v6.0 for .NET - Updated
SetSolutionName Method (Licensing)



Accusoft.FormDirectorSdk Namespace > Licensing Class : SetSolutionName Method
The solution name you want to use.
Sets the solution name. Obsolete - this method is deprecated for FormDirector.
Syntax
'Declaration
 
<ObsoleteAttribute("This method is deprecated.")>
Public Sub SetSolutionName( _
   ByVal solutionName As String _
) 
'Usage
 
Dim instance As Licensing
Dim solutionName As String
 
instance.SetSolutionName(solutionName)
[Obsolete("This method is deprecated.")]
public void SetSolutionName( 
   string solutionName
)
[Obsolete("This method is deprecated.")]
public:
void SetSolutionName( 
   String^ solutionName
) 

Parameters

solutionName
The solution name you want to use.
Remarks

Obsolete - this method is deprecated for FormDirector. License check is removed from FormDirector.

See Also

Reference

Licensing Class
Licensing Members

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