ProgramInfo.Engine Property

Gets a Guid represents the engine for this program.

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property Engine As Guid 
    Get
'Usage
Dim instance As ProgramInfo 
Dim value As Guid 

value = instance.Engine
public Guid Engine { get; }
public:
property Guid Engine {
    Guid get ();
}
member Engine : Guid
function get Engine () : Guid

Property Value

Type: System.Guid
A Guid represents the engine for this program.

See Also

Reference

ProgramInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace