IPublishProperties3::UpdateRequired Property

 

Gets or sets a value that indicates whether this version represents a required update.

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

ture if this version represents a required update; otherwise, false.

Return to top
Show: