FieldUrlValue Class
Specifies the hyperlink and the description values for FieldURL.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FieldUrlValue
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.FieldUrlValue", ValueObject := True, ServerTypeId := "{fa8b44af-7b43-43f2-904a-bd319497011e}")> _
Public NotInheritable Class FieldUrlValue _
Inherits ClientValueObject
'Usage
Dim instance As FieldUrlValue
[ScriptTypeAttribute("SP.FieldUrlValue", ValueObject = true, ServerTypeId = "{fa8b44af-7b43-43f2-904a-bd319497011e}")]
public sealed class FieldUrlValue : ClientValueObject
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.