Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the build action as it appears in the project file.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property BuildActionName As String
public string BuildActionName { get; set; }
public:
property String^ BuildActionName {
String^ get ();
void set (String^ value);
}
member BuildActionName : string with get, set
function get BuildActionName () : String
function set BuildActionName (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectBuildActionDefinition Structure
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace