'Declaration <BrowsableAttribute(False)> Public Property DataAsDate As System.DateTime
[Browsable(False)] public System.DateTime DataAsDate { get; set; }
[Browsable(False)] public: __property System.DateTime get_DataAsDate(); public: __property void set_DataAsDate(
System.DateTime value
);
[Browsable(False)] public:
property System.DateTime DataAsDate { System.DateTime get(); void set(System.DateTime value); }
Property Value
DateTime value if field contains DateTime value, i.e. schema field, associated with data field, has the data type AttachmentCollectionSchemaFieldDataType.Date;
otherwise, DateTime.MinValue.
otherwise, DateTime.MinValue.