PrimaveraXmlReadingOptions Class |
Namespace: Aspose.Tasks
The PrimaveraXmlReadingOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | PrimaveraXmlReadingOptions |
Initializes a new instance of the PrimaveraXmlReadingOptions class.
|
Name | Description | |
---|---|---|
![]() ![]() | ProjectUid |
Gets or sets the UID of a project to read from file containing multiple projects.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
var options = new PrimaveraXmlReadingOptions(); options.ProjectUid = 4557; // Returns project with special Uid var project = new Project(DataDir + "Project.xml", options); Console.WriteLine(project.Get(Prj.Name));