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.
Specifies the name of the related parent project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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