WssWorkspaceAddressUpdatedEventArgs.CurrentWSSServerUID Property
Gets the GUID of the Sharepoint site for the project.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentWSSServerUID As Guid
Get
'Usage
Dim instance As WssWorkspaceAddressUpdatedEventArgs
Dim value As Guid
value = instance.CurrentWSSServerUID
public Guid CurrentWSSServerUID { get; }
Property Value
Type: System.Guid
See Also
Reference
WssWorkspaceAddressUpdatedEventArgs Class