Share via


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)

Syntax

'Declaration
Property Group As String
'Usage
Dim instance As IPublishFile2 
Dim value As String 

value = instance.Group

instance.Group = value
string Group { get; set; }
property String^ Group {
    String^ get ();
    void set (String^ value);
}
function get Group () : String 
function set Group (value : String)

Property Value

Type: System.String
The download group for this file.

Implements

IPublishFile.Group

.NET Framework Security

See Also

Reference

IPublishFile2 Interface

IPublishFile2 Members

Group Overload

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace

Change History

Date

History

Reason

July 2008

Added topic.

SP1 feature change.