Barcode Xpress for .NET Framework v13.9 - Updated
SetSolutionName Method




Accusoft.BarcodeXpressSdk Namespace > Licensing Class : SetSolutionName Method
The solution name.
Sets the BarcodeXpress control runtime license deployment solution name.
Syntax
'Declaration
 
Public Sub SetSolutionName( _
   ByVal solutionName As String _
) 
'Usage
 
Dim instance As Licensing
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 solution name.
Remarks
This is the name of the runtime license solution. The solution name is provided in the purchase confirmation email when runtime licenses are purchased.
See Also

Reference

Licensing Class
Licensing Members

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