StatusAssignment.IsConfirmed property

Gets or sets whether the status assignment has been confirmed.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property IsConfirmed As Boolean
    Get
    Set
'Usage
Dim instance As StatusAssignment
Dim value As Boolean

value = instance.IsConfirmed

instance.IsConfirmed = value
[RemoteAttribute]
public bool IsConfirmed { get; set; }

Property value

Type: System.Boolean
True if the assignment has been confirmed; otherwise, False.

See also

Reference

StatusAssignment class

StatusAssignment members

Microsoft.ProjectServer.Client namespace