Share via


PublishedTask.IsMarked property

Gets a value that indicates whether the task is marked as having special meaning.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsMarked As Boolean
    Get
'Usage
Dim instance As PublishedTask
Dim value As Boolean

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

Property value

Type: System.Boolean
True if the task has been marked as having special meaning; otherwise, False.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace