WssWorkspaceAddressUpdatedEventArgs Constructor
Creates an instance of the WssWorkspaceAddressUpdatedEventArgs class.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
currentWSSServerUID As Guid, _
workspaceName As String, _
projectUid As Guid _
)
'Usage
Dim currentWSSServerUID As Guid
Dim workspaceName As String
Dim projectUid As Guid
Dim instance As New WssWorkspaceAddressUpdatedEventArgs(currentWSSServerUID, _
workspaceName, projectUid)
public WssWorkspaceAddressUpdatedEventArgs(
Guid currentWSSServerUID,
string workspaceName,
Guid projectUid
)
Parameters
- currentWSSServerUID
Type: System.Guid
The GUID of the SharePoint site for the project.
- workspaceName
Type: System.String
The name of Sharepoint site that contains the project workspace collaboration lists.
- projectUid
Type: System.Guid
The GUID of the project.
See Also
Reference
WssWorkspaceAddressUpdatedEventArgs Class