NotificationCreateDate Property | |
Gets or sets the CreateDate.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public DateTime CreateDate { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property DateTime CreateDate {
DateTime get ();
void set (DateTime value);
}
function get_CreateDate();
function set_CreateDate(value);
Property Value
Type:
DateTimeSee Also