Share via


StatusingDataSet.ProjectsRow.PROJ_DEF_CAL Property

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

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

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

Statusing Web Service