Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the process for the ProgramInfo.
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Public ReadOnly Property Process As String
Get
'Usage
Dim instance As ProgramInfo
Dim value As String
value = instance.Process
public string Process { get; }
public:
property String^ Process {
String^ get ();
}
member Process : string
function get Process () : String
Property Value
Type: System.String
The value of the process for the ProgramInfo.