BaseFunctoid.GetFunctionName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetFunctionName(ScriptType, Int32) | |
GetFunctionName(ScriptType) |
GetFunctionName(ScriptType, Int32)
public:
System::String ^ GetFunctionName(Microsoft::BizTalk::BaseFunctoids::ScriptType scriptType, int functionNumber);
public string GetFunctionName (Microsoft.BizTalk.BaseFunctoids.ScriptType scriptType, int functionNumber);
member this.GetFunctionName : Microsoft.BizTalk.BaseFunctoids.ScriptType * int -> string
Parameters
- scriptType
- ScriptType
- functionNumber
- Int32
Returns
Applies to
GetFunctionName(ScriptType)
public:
System::String ^ GetFunctionName(Microsoft::BizTalk::BaseFunctoids::ScriptType scriptType);
public string GetFunctionName (Microsoft.BizTalk.BaseFunctoids.ScriptType scriptType);
member this.GetFunctionName : Microsoft.BizTalk.BaseFunctoids.ScriptType -> string
Parameters
- scriptType
- ScriptType