WssWorkspaceAddressUpdatedEventArgs.WorkspaceName property
Gets the name of the Sharepoint site that contains the project workspace collaboration lists.
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 WorkspaceName As String
Get
'Usage
Dim instance As WssWorkspaceAddressUpdatedEventArgs
Dim value As String
value = instance.WorkspaceName
public string WorkspaceName { get; }
Property value
Type: System.String
See also
Reference
WssWorkspaceAddressUpdatedEventArgs class