Api MemberApi Group Property
This read-only property returns the member's API group
Definition
Namespace: Sandcastle.Core.Reflection
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 ApiMemberGroup ApiGroup { get; }VB
Public ReadOnly Property ApiGroup As ApiMemberGroup
GetC++
public:
property ApiMemberGroup ApiGroup {
ApiMemberGroup get ();
}F#
member ApiGroup : ApiMemberGroup with get