StatusAssignmentCreationInformation.ProjectId property
Gets or sets the GUID of the project that contains the status assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property ProjectId As Guid
Get
Set
'Usage
Dim instance As StatusAssignmentCreationInformation
Dim value As Guid
value = instance.ProjectId
instance.ProjectId = value
[RemoteAttribute]
public Guid ProjectId { get; set; }
Property value
Type: System.Guid
A project GUID.
See also
Reference
StatusAssignmentCreationInformation class