Share via


StatusingDataSet.LocalBaseCalendarsRow.CAL_BINARY_DATA Property

Gets binary data for the local base calendar.

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 CAL_BINARY_DATA As Byte()
    Get
    Set
'Usage
Dim instance As StatusingDataSet.LocalBaseCalendarsRow
Dim value As Byte()

value = instance.CAL_BINARY_DATA

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

Property Value

Type: []

See Also

Reference

StatusingDataSet.LocalBaseCalendarsRow Class

StatusingDataSet.LocalBaseCalendarsRow Members

Statusing Web Service