ProjectDataSet.AssignmentRow.ASSN_IS_PUBLISHED Property
Indicates whether the assignment is published; Project Server sets this property internally.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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