IPublishProperties3::AutorunEnabled Property

 

Gets or sets a value that indicates whether to create an autorun.inf file for this application.

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

[DispIdAttribute(3)]
property bool AutorunEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to create an autorun.inf file for this application; otherwise, false.

Return to top
Show: