StatusingDataSet.LocalBaseCalendarsRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about one local base calendar in the StatusingDataSet.LocalBaseCalendarsDataTable object.
public: ref class StatusingDataSet::LocalBaseCalendarsRow : System::Data::DataRow
public class StatusingDataSet.LocalBaseCalendarsRow : System.Data.DataRow
type StatusingDataSet.LocalBaseCalendarsRow = class
inherit DataRow
Public Class StatusingDataSet.LocalBaseCalendarsRow
Inherits DataRow
- Inheritance
-
StatusingDataSet.LocalBaseCalendarsRow
Properties
| CAL_BASE_UID |
Gets the GUID of the local base calendar. |
| CAL_BINARY_DATA |
Gets binary data for the local base calendar. |
| CAL_INFO |
Gets binary information for the local base calendar. |
| CAL_IS_BASE_CAL |
Gets a value that specifies whether the local calendar is the base calendar. |
| CAL_NAME |
Gets the local base calendar name. |
| CAL_UID |
Gets the GUID of the local base calendar. |
| PROJ_UID |
Gets the project GUID that uses the local base calendar. |
Methods
| IsCAL_BASE_UIDNull() |
Determines whether the CAL_BASE_UID property is set to a a null reference (Nothing in Visual Basic) value. |
| IsCAL_BINARY_DATANull() |
Determines whether the CAL_BINARY_DATA property is set to a a null reference (Nothing in Visual Basic) value. |
| IsCAL_INFONull() |
Determines whether the CAL_INFO property is set to a a null reference (Nothing in Visual Basic) value. |
| IsCAL_NAMENull() |
Determines whether the CAL_NAME property is set to a a null reference (Nothing in Visual Basic) value. |
| SetCAL_BASE_UIDNull() |
Sets the CAL_BASE_UID property to a a null reference (Nothing in Visual Basic) value. |
| SetCAL_BINARY_DATANull() |
Sets the CAL_BINARY_DATA property to a a null reference (Nothing in Visual Basic) value. |
| SetCAL_INFONull() |
Sets the CAL_INFO property to a a null reference (Nothing in Visual Basic) value. |
| SetCAL_NAMENull() |
Sets the CAL_NAME property to a a null reference (Nothing in Visual Basic) value. |