Share via


ISharePointProjectItemVirtualFile.GroupId Property

Definition

Gets or sets an identifier that allows a build task do specific processing on this virtual file.

public:
 property System::String ^ GroupId { System::String ^ get(); void set(System::String ^ value); };
public string GroupId { get; set; }
member this.GroupId : string with get, set
Public Property GroupId As String

Property Value

An identifier that allows a build task do specific processing on this virtual file.

Applies to