Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
'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);
}
abstract Group : string with get, set
function get Group () : String
function set Group (value : String)
Property Value
Type: System.String
The download group for this file.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.