CreationDate Property
Summary
Gets or sets the value of the Creation Date column for this row.
Syntax
[DebuggerNonUserCodeAttribute()]
public DateTime CreationDate { get; set; }
<DebuggerNonUserCodeAttribute()>
Public Property CreationDate() As Date
Get
Set
public:
[DebuggerNonUserCodeAttribute]
property System::DateTime CreationDate
{
System::DateTime get()
void set(System::DateTime value)
}
Property Value
The value of the Creation Date column for this row.