Project.ProjectSiteUrl property

Gets the URL of the project site.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ProjectSiteUrl As String
    Get
'Usage
Dim instance As Project
Dim value As String

value = instance.ProjectSiteUrl
[RemoteAttribute]
public string ProjectSiteUrl { get; }

Property value

Type: System.String
A string that contains the URL.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace