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