ProjectDataSet.AssignmentRow.ASSN_IS_PUBLISHED Property

Indicates whether the assignment is published.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_IS_PUBLISHED As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean

value = instance.ASSN_IS_PUBLISHED

instance.ASSN_IS_PUBLISHED = value
public bool ASSN_IS_PUBLISHED { get; set; }

Property Value

Type: System.Boolean
If the assignment is published, ASSN_IS_PUBLISHED is set to true. If the assignment is not published, ASSN_IS_PUBLISHED is set to false.

Remarks

Read-only.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace