Accusoft.ScanFixXpress8.Net - Updated
SetSolutionName Method




Accusoft.ScanFixXpressSdk Namespace > Licensing Class : SetSolutionName Method
The string representing solution name provided after purchasing runtime license.
Set the Scanfix Xpress control runtime license deployment solution name. The solution name is provided in the purchase confirmation email of runtime license(s).
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub SetSolutionName( _
   ByVal solutionName As String _
) 
'Usage
 
Dim instance As Licensing
Dim solutionName As String
 
instance.SetSolutionName(solutionName)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void SetSolutionName( 
   string solutionName
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void SetSolutionName( 
   string* solutionName
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void SetSolutionName( 
   String^ solutionName
) 

Parameters

solutionName
The string representing solution name provided after purchasing runtime license.
See Also

Reference

Licensing Class
Licensing Members