ProjectConstants.ProjectProperty_RunPostBuildEvent_Always Field
Value is "Always".
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Const ProjectProperty_RunPostBuildEvent_Always As String
'Usage
Dim value As String
value = ProjectConstants.ProjectProperty_RunPostBuildEvent_Always
public const string ProjectProperty_RunPostBuildEvent_Always
public:
literal String^ ProjectProperty_RunPostBuildEvent_Always
public const var ProjectProperty_RunPostBuildEvent_Always : String
static val mutable ProjectProperty_RunPostBuildEvent_Always: 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
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace