SPFieldUrlValue Properties (Microsoft.SharePoint)
Public Properties

  Name Description
Public property Description
Gets or sets the descriptive text for the link.
Public property Url
Gets or sets the URL for the link.
Top
See Also

Tags :


Community Content

M. Blumenthal
Example in MSDN Newsgroup
http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/e044974b-0b6d-4d18-be8e-c4dcfdab3655/?ffpr=0

SPFieldUrlValue myUrl = new SPFieldUrl(); myUrl.Url = "http://example.com"; myUrl.Description = "Sample Site"; myList["MyUrlField"] = myUrl;
myList.Update();
Tags :

Page view tracker