BaseFunctoid.GetFunctionName Method

Definition

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

Returns

Applies to