SP.FieldUrlValue.url Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Specifies the URI.
var value = SP.FieldUrlValue.get_url();
SP.FieldUrlValue.set_url(value);
Property Value
Type: String
Applies To
Remarks
Its length must be equal to or less than 255. It must be one of the following: null, empty, an absolute URL, or a server-relative URL.