PickerEntity.Description property

Gets or sets text in a text box in the browser.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Description As String
    Get
    Set
'Usage
Dim instance As PickerEntity
Dim value As String

value = instance.Description

instance.Description = value
[DataMemberAttribute]
public string Description { get; set; }

Property value

Type: System.String
The text shown in the browser.

See also

Reference

PickerEntity class

PickerEntity members

Microsoft.SharePoint.WebControls namespace