SPFieldUrlValue Constructor (String)
Initializes a new instance of the SPFieldUrlValue class based on the specified field value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
fieldValue As String _
)
'Usage
Dim fieldValue As String
Dim instance As New SPFieldUrlValue(fieldValue)
public SPFieldUrlValue(
string fieldValue
)
Parameters
fieldValue
Type: System.StringA string that specifies the field value.