FeatureLinks.GroupId Property

Gets or sets the FeatureLinks group ID.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property GroupId As String
    Get
    Set
'Usage
Dim instance As FeatureLinks
Dim value As String

value = instance.GroupId

instance.GroupId = value
public string GroupId { get; set; }

Property Value

Type: System.String
A string that contains the group ID.

Remarks

The group ID is often used to retrieve elements from the feature.

See Also

Reference

FeatureLinks Class

FeatureLinks Members

Microsoft.SharePoint.WebControls Namespace