Sets the solution name.
Syntax
'Declaration
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Sub SetSolutionName( _
ByVal 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
)
public procedure SetSolutionName(
: System.String
);
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function SetSolutionName(
: System.String
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: void SetSolutionName(
System.string*
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
void SetSolutionName(
System.String^
)
Parameters
- solutionName
- The solution name you want to use.
See Also