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