Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.