ISharePointProject.ProjectUserFileData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets read and write data associated with the SharePoint project in the project user file.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ ProjectUserFileData { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> ProjectUserFileData { get; }
member this.ProjectUserFileData : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property ProjectUserFileData As IDictionary(Of String, String)
Property Value
An object representing user file data.
Remarks
For more information about using this property to persist data in SharePoint project, see Saving Data in Extensions of the SharePoint Project System.