BaseVsaEngine.IsCompiled Propriedade
Definição
Obtém um valor que indica se a origem é compilada.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 da propriedade
true se a origem for compilada; caso contrário, false .true if the source is compiled; otherwise, false.