Archive.ReadArchiveSchedule Method

Gets information about the archive schedule.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/ReadArchiveSchedule", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    ResponseNamespace := "http://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("http://schemas.microsoft.com/office/project/server/webservices/Archive/ReadArchiveSchedule", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    ResponseNamespace = "http://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

Schedule or perform a backup of Project Server entities. Global permission.

ManageProjectServerRestore

Perform a backup of Project Server entities. Global permission.

See Also

Reference

Archive Class

Archive Members

WebSvcArchive Namespace