StatusingDataSet.CalendarsDataTable.CAL_BINARY_DATAColumn property
Defines the column for the CAL_BINARY_DATA field.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property CAL_BINARY_DATAColumn As DataColumn
Get
'Usage
Dim instance As StatusingDataSet.CalendarsDataTable
Dim value As DataColumn
value = instance.CAL_BINARY_DATAColumn
public DataColumn CAL_BINARY_DATAColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
StatusingDataSet.CalendarsDataTable class