VisualBasicCompilationOptions.EmbedVbCoreRuntime Property

Definition

Gets the Embed Visual Basic Core Runtime setting.

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

Property Value

The EmbedVbCoreRuntime setting, True if VB core runtime should be embedded in the compilation. Equal to '/vbruntime*'

Applies to