GroupedItemPicker.GroupControlId Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property GroupControlId As String
Get
Set
'Usage
Dim instance As GroupedItemPicker
Dim value As String
value = instance.GroupControlId
instance.GroupControlId = value
public string GroupControlId { get; set; }
Property Value
Type: System.String