ProjectRelationsDataSet.ProjectRelationsRow.RelatedProjectName Property
Specifies the name of the related parent project.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RelatedProjectName As String
Get
Set
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsRow
Dim value As String
value = instance.RelatedProjectName
instance.RelatedProjectName = value
public string RelatedProjectName { get; set; }
Property Value
Type: System.String
See Also
Reference
ProjectRelationsDataSet.ProjectRelationsRow Class