FieldUrl Class

Specifies a field that contains a URI.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Field
      Microsoft.SharePoint.Client.FieldUrl

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.FieldUrl", ServerTypeId := "{b1ae9217-e0b0-4e34-9604-bd2462647ee9}")> _
Public Class FieldUrl _
    Inherits Field
'Usage
Dim instance As FieldUrl
[ScriptTypeAttribute("SP.FieldUrl", ServerTypeId = "{b1ae9217-e0b0-4e34-9604-bd2462647ee9}")]
public class FieldUrl : Field

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FieldUrl Members

Microsoft.SharePoint.Client Namespace