Assignment.IsPublished property
Gets a value that indicates whether the assignment is published.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsPublished As Boolean
Get
'Usage
Dim instance As Assignment
Dim value As Boolean
value = instance.IsPublished
[RemoteAttribute]
public bool IsPublished { get; }
Property value
Type: System.Boolean
True if the assignment is published; otherwise, False.