Share via


ProjectDataSet.AssignmentRow.ASSN_IS_PUBLISHED property

Indicates whether the assignment is published; Project Server sets this property internally.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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 returns true. If the assignment is not published, ASSN_IS_PUBLISHED returns false.

Remarks

Read-only. External applications cannot set the value of ASSN_IS_PUBLISHED.

See also

Reference

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcProject namespace