IPublishFile2::Group Property

 

Gets or sets the download group for this file.

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

[DispIdAttribute(1)]
property String^ Group {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The download group for this file.

Return to top
Show: