ISharePointProjectItemVirtualFile.GroupId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.