EngagementCreationInformation.Work property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property Work As String
Get
Set
'Usage
Dim instance As EngagementCreationInformation
Dim value As String
value = instance.Work
instance.Work = value
public string Work { get; set; }
Property value
Type: System.String
See also
Reference
EngagementCreationInformation class