Statusing.ReadAssignmentDependencies(Guid) Method
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 a table of tasks scheduled to finish before a specified assignment can start. Also gets a table of tasks dependent on the assignment's finish date.
public:
WebSvcStatusing::StatusingAssignmentDependenciesDataSet ^ ReadAssignmentDependencies(Guid p0);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentDependencies", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
public WebSvcStatusing.StatusingAssignmentDependenciesDataSet ReadAssignmentDependencies(Guid p0);
member this.ReadAssignmentDependencies : Guid -> WebSvcStatusing.StatusingAssignmentDependenciesDataSet
Public Function ReadAssignmentDependencies (p0 As Guid) As StatusingAssignmentDependenciesDataSet
Parameters
- p0
- Guid
Assignment unique ID.
Returns
- Attributes
Remarks
Project Server Permissions
No permissions are required. This method reads data for only the current logged-on resource.