Share via


ISharePointProject.ProjectUserFileData Property

Definition

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.

Applies to