StatusingDataSet.CalendarsRow.CAL_BINARY_DATA Property
Gets the binary data of the enterprise 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.CalendarsRow
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.CalendarsRow Class