ProjectDataSet.AssignmentRow.ASSN_IS_PUBLISHED Property
Indicates whether the assignment is published.
Namespace: WebSvcStatusing
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
Remarks
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.
See Also
Reference
ProjectDataSet.AssignmentRow Class