Share via


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)

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

    A string that specifies the field value.

See also

Reference

SPFieldUrlValue class

SPFieldUrlValue members

SPFieldUrlValue overload

Microsoft.SharePoint namespace