BaseVsaEngine.IsCompiled Property

Definition

Gets a value that indicates whether the source is compiled.

public:
 property bool IsCompiled { bool get(); };
public bool IsCompiled { get; }
member this.IsCompiled : bool
Public ReadOnly Property IsCompiled As Boolean

Property Value

true if the source is compiled; otherwise, false.

Implements

Applies to