WssWorkspaceAddressUpdatingEventArgs.NewWSSServerUID Property
Gets the GUID of the new instance 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 NewWSSServerUID As Guid
Get
'Usage
Dim instance As WssWorkspaceAddressUpdatingEventArgs
Dim value As Guid
value = instance.NewWSSServerUID
public Guid NewWSSServerUID { get; }
Property Value
Type: System.Guid
See Also
Reference
WssWorkspaceAddressUpdatingEventArgs Class