PSContextInfo.SiteGuid property

Gets or sets the GUID of the Project Web App site.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SiteGuid As Guid
    Get
    Set
'Usage
Dim instance As PSContextInfo
Dim value As Guid

value = instance.SiteGuid

instance.SiteGuid = value
[DataMemberAttribute]
public Guid SiteGuid { get; set; }

Property value

Type: System.Guid
The Project Web App site GUID.

Implements

IPSContextInfo.SiteGuid

See also

Reference

PSContextInfo class

PSContextInfo members

Microsoft.Office.Project.Server.Library namespace