DateTimePartAttributeValueDateType Property  | 
 
            The type of date or date range to use for validation.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic PartAttributeValidateDateType DateType { get; set; }Public Property DateType As PartAttributeValidateDateType
	Get
	Set
public:
property PartAttributeValidateDateType DateType {
	PartAttributeValidateDateType get ();
	void set (PartAttributeValidateDateType value);
}member DateType : PartAttributeValidateDateType with get, set
Property Value
Type: 
PartAttributeValidateDateType
See Also