Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the project dependency status information.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dependency As ProjectDataSet.DependencyDataTable
Get
'Usage
Dim instance As ProjectDataSet
Dim value As ProjectDataSet.DependencyDataTable
value = instance.Dependency
[BrowsableAttribute(false)]
public ProjectDataSet.DependencyDataTable Dependency { get; }
Property value
Type: WebSvcStatusing.ProjectDataSet.DependencyDataTable