StatusingDataSet.ProjectsRow.PROJ_DEF_CAL property

Gets information about the default project calendar that is used for the associated status information.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property PROJ_DEF_CAL As Byte()
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Byte()

value = instance.PROJ_DEF_CAL

instance.PROJ_DEF_CAL = value
public byte[] PROJ_DEF_CAL { get; set; }

Property value

Type: []

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace