Accusoft.SmartZoneOCR5.Net - Updated
SetSolutionName Method






Accusoft.SmartZoneOCRSdk Namespace > Licensing Class : SetSolutionName Method
The solution name you want to use.
Sets the solution name.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Sub SetSolutionName( _
   ByVal solutionName As System.String _
) 
'Usage
 
Dim instance As Licensing
Dim solutionName As System.String
 
instance.SetSolutionName(solutionName)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public void SetSolutionName( 
   System.string solutionName
)
public procedure SetSolutionName( 
    solutionName: System.String
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function SetSolutionName( 
   solutionName : System.String
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: void SetSolutionName( 
   System.string* solutionName
) 
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
void SetSolutionName( 
   System.String^ solutionName
) 

Parameters

solutionName
The solution name you want to use.
See Also

Reference

Licensing Class
Licensing Members