PickerEntity.EntityGroupName property
Group under which this entity is filed in the picker.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property EntityGroupName As String
Get
Set
'Usage
Dim instance As PickerEntity
Dim value As String
value = instance.EntityGroupName
instance.EntityGroupName = value
[DataMemberAttribute]
public string EntityGroupName { get; set; }
Property value
Type: System.String
Returns String.