Applying Changes Event ArgsGroup Id Property
This read-only property returns the group ID of the component that is about to apply the changes
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string GroupId { get; }VB
Public ReadOnly Property GroupId As String
GetC++
public:
property String^ GroupId {
String^ get ();
}F#
member GroupId : string with get