DatabaseProjectBuildActionHelper.InBuildAction Property
Gets the string that is used in the project file "Build" action.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property InBuildAction As String
public static string InBuildAction { get; }
public:
static property String^ InBuildAction {
String^ get ();
}
static member InBuildAction : string
static function get InBuildAction () : 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
DatabaseProjectBuildActionHelper Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace