StatusingDataSet.EnterpriseLookupTableFullValuesRow 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.
Represents status information about enterprise lookup values as a row in the StatusingDataSet.EnterpriseLookupTableFullValuesDataTable object.
public: ref class StatusingDataSet::EnterpriseLookupTableFullValuesRow : System::Data::DataRow
public class StatusingDataSet.EnterpriseLookupTableFullValuesRow : System.Data.DataRow
type StatusingDataSet.EnterpriseLookupTableFullValuesRow = class
inherit DataRow
Public Class StatusingDataSet.EnterpriseLookupTableFullValuesRow
Inherits DataRow
- Inheritance
-
StatusingDataSet.EnterpriseLookupTableFullValuesRow
Properties
| CODE_VALUE |
Gets the GUID of the lookup table row, which is the value of LT_STRUCT_UID. |
| LT_VALUE_DATE |
Specifies the duration value in a lookup table of the Date type. |
| LT_VALUE_DUR |
Specifies the duration value in a lookup table of the Duration type. |
| LT_VALUE_FULL |
Gets the full value of a lookup table node, including the parent values with separator characters. |
| LT_VALUE_NUM |
Specifies the duration value in a lookup table of the Number type. |
| MD_PROP_UID |
Gets the custom field GUID. |
Methods
| IsLT_VALUE_DATENull() |
Determines whether the LT_VALUE_DATE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsLT_VALUE_DURNull() |
Determines whether the LT_VALUE_DUR property is set to a a null reference (Nothing in Visual Basic) value. |
| IsLT_VALUE_NUMNull() |
Determines whether the LT_VALUE_NUM property is set to a a null reference (Nothing in Visual Basic) value. |
| SetLT_VALUE_DATENull() |
Sets the LT_VALUE_DATE property to a a null reference (Nothing in Visual Basic) value. |
| SetLT_VALUE_DURNull() |
Sets the LT_VALUE_DUR property to a a null reference (Nothing in Visual Basic) value. |
| SetLT_VALUE_NUMNull() |
Sets the LT_VALUE_NUM property to a a null reference (Nothing in Visual Basic) value. |