| IScenarioSetName Method |
Setter for the name of the routing.
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IMethodResult SetName(
string name
)
Function SetName (
name As String
) As IMethodResult
IMethodResult^ SetName(
String^ name
)
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:AskiaCore.IScenario.SetName(System.String)"]
Return Value
Type:
IMethodResult[Missing <returns> documentation for "M:AskiaCore.IScenario.SetName(System.String)"]
See Also