StatusingDataSet.CalendarsRow 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 enterprise calendar in the StatusingDataSet.CalendarsDataTable object.
public: ref class StatusingDataSet::CalendarsRow : System::Data::DataRow
public class StatusingDataSet.CalendarsRow : System.Data.DataRow
type StatusingDataSet.CalendarsRow = class
inherit DataRow
Public Class StatusingDataSet.CalendarsRow
Inherits DataRow
- Inheritance
-
StatusingDataSet.CalendarsRow
Properties
| CAL_BASE_UID |
Gets the GUID of the base enterprise calendar. |
| CAL_BINARY_DATA |
Gets the binary data of the enterprise calendar. |
| CAL_INFO |
Gets binary information about the enterprise calendar. |
| CAL_IS_BASE_CAL |
Gets a value that indicates whether the enterprise calendar is the base calendar. |
| CAL_NAME |
Gets the enterprise calendar name. |
| CAL_UID |
Gets the GUID of the enterprise 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. |