StatusingAssignmentDependenciesDataSet.PostDependencies Property
Gets the information about assignment post dependencies.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property PostDependencies As StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
Get
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet
Dim value As StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
value = instance.PostDependencies
[BrowsableAttribute(false)]
public StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable PostDependencies { get; }
Property Value
Type: [Statusing Web service].StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
See Also
Reference
StatusingAssignmentDependenciesDataSet Class