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)
Available in Sandboxed Solutions: No
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.