PickerEntity class

Represents the basic structure for all entities.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WebControls.PickerEntity

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Class PickerEntity
'Usage
Dim instance As PickerEntity
[DataContractAttribute]
public class PickerEntity

Remarks

An entity is basically a category of data, for example “Customer” or “Employee.”

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PickerEntity members

Microsoft.SharePoint.WebControls namespace