ProjectTeamDataSet.Relations Property
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property Relations As DataRelationCollection
Get
'Usage
Dim instance As ProjectTeamDataSet
Dim value As DataRelationCollection
value = instance.Relations
public DataRelationCollection Relations { get; }
Property Value
Type: System.Data.DataRelationCollection