Share via


ProgramInfo.Process Property

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.

See Also

Reference

ProgramInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace