Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
SPFieldUrlValue Properties (Microsoft.SharePoint)
  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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Example in MSDN Newsgroup      M. Blumenthal   |   Edit   |   Show History
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 What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker