Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Property not available in csharp for KnowledgeDocument Class

  Asked By: Salvatore Boone         Date: Feb 23, 2010      Category: Sharepoint      Views: 156
 

I was trying to access the following
"urn:schemas-microsoft-com:publishing:dictionaryvalues" property for a
document using csharp and was surprised not to find the Property property
appearing in the intellisense for the knowledge document. Instead i had to
access the property by using the get_Property() method (e.g.
oDoc.get_Property())

Is this the way to access it? or is there another way? and what happened to
the Property property


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:                

 

No Answers Found. Be the First, To Post Answer.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].