Share via


Archive.ReadArchiveSchedule method

Gets information about the archive schedule.

Namespace:  WebSvcArchive
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/ReadArchiveSchedule", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadArchiveSchedule As ArchiveScheduleDataSet
'Usage
Dim instance As Archive
Dim returnValue As ArchiveScheduleDataSet

returnValue = instance.ReadArchiveSchedule()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/ReadArchiveSchedule", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ArchiveScheduleDataSet ReadArchiveSchedule()

Return value

Type: WebSvcArchive.ArchiveScheduleDataSet

Remarks

Project Server Permissions

Permission

Description

ManageProjectServerBackup

Allows a user to schedule or perform a backup of Project Server entities. Global permission.

ManageProjectServerRestore

Allows a user to perform a backup of Project Server entities. Global permission.

See also

Reference

Archive class

Archive members

WebSvcArchive namespace