Dumper.SetTitleName(String) 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.
Sets the title name of the dumper.
public:
void SetTitleName(System::String ^ titleName);
public void SetTitleName (string titleName);
member this.SetTitleName : string -> unit
Public Sub SetTitleName (titleName As String)
Parameters
- titleName
- String
The title name.