BaseRichUrlField.Text property
Represent the text string representation of this field.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Text As String
Get
'Usage
Dim instance As BaseRichUrlField
Dim value As String
value = instance.Text
public override string Text { get; }
Property value
Type: System.String
Returns the text string representation of this field.
Remarks
The Text property is a string representation of this field that can be used for display purposes, if you wish to interact with the data itself, use the Value property.