Share via


IDatabaseFileNode.BuildAction Property

Gets or sets the build action for this file.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Property BuildAction As String
string BuildAction { get; set; }
property String^ BuildAction {
    String^ get ();
    void set (String^ value);
}
abstract BuildAction : string with get, set
function get BuildAction () : String
function set BuildAction (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseFileNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace