IPublishProperties2::UpdateRequired Property

 

Gets or sets whether update is required.

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

[DispIdAttribute(27)]
property bool UpdateRequired {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if update is required.

Return to top
Show: