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.
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.