SPFieldUrlValue.Description Property

Gets or sets the descriptive text for the link.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MaxLength, Value := )> _
<ClientCallableAttribute> _
Public Property Description As String
    Get
    Set
'Usage
Dim instance As SPFieldUrlValue
Dim value As String

value = instance.Description

instance.Description = value
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MaxLength, Value = )]
[ClientCallableAttribute]
public string Description { get; set; }

Property Value

Type: System.String
A string that contains the descriptive text.

See Also

Reference

SPFieldUrlValue Class

SPFieldUrlValue Members

Microsoft.SharePoint Namespace