IPublishFile::IsPrerequisite Property

 

Gets whether or not the file is a prerequisite for deployment.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(5)]
property bool IsPrerequisite {
	bool get();
}

Property Value

Type: System::Boolean

true if the file is a prerequisite for deployment, otherwise false.

Return to top
Show: