BaseVsaEngine.IsCompiled Propiedad
Definición
Obtiene un valor que indica si el origen está compilado.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
Valor de propiedad
true
si el origen se compila; de lo contrario, false
.true
if the source is compiled; otherwise, false
.