ProgramInfo.Engine Property

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