VCCustomBuildRule::Name Property

 

Gets or sets the name of the build rule.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the build rule.

The name must be unique among the custom build rules in the rule file.

Return to top
Show: