AddGroupEventArgs.LinkSection Property
Gets the Microsoft.SharePoint.WebControls.LinkSection object that is associated with the AddGroup event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property LinkSection As LinkSection
Get
'Usage
Dim instance As AddGroupEventArgs
Dim value As LinkSection
value = instance.LinkSection
public LinkSection LinkSection { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.LinkSection