Backtrace.ReplaceFunctionName Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Backtrace.ReplaceFunctionName Method

BR.AN.PviServices .NET


Replaces the function name by the user.

[Visual Basic]

Public Sub ReplaceFunctionName( _

  ByVal pFunctionName As String _

)

[C#]

public bool ReplaceFunctionName(

  string pFunctionName

);

Parameters

pFunctionName

A String which contains the new function name.

Return Value

true, if the new name was set; otherwise false.

See Also

Backtrace Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]