StatusingAssignmentDependenciesDataSet.PostDependencies property
Gets the information about assignment post dependencies.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
See also
Reference
StatusingAssignmentDependenciesDataSet class