Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 945 Bytes

Project.profile.siteid.md

File metadata and controls

45 lines (24 loc) · 945 Bytes
title ms.service ms.assetid ms.date ms.localizationpriority
Profile.SiteId property (Project)
project-server
18d72450-e7d6-55b7-733c-45db023469c5
06/08/2017
medium

Profile.SiteId property (Project)

Gets the GUID of the Project Web App instance for the active profile. Read-only String.

Syntax

expression. SiteId

expression A variable that represents a Profile object.

Remarks

If the active profile is for the local computer, the SiteId property is an empty string.

Example

If you enter the following statement in the Immediate pane of the VBE, the statement returns the GUID of the connected Project Web App instance, for example, {37522002-393E-4594-8017-9068DB816220}.

? Profiles.ActiveProfile.SiteId

Property value

STRING

See also

Profile Object

[!includeSupport and feedback]