SIFWorks ADK 2.0
Sent Property
NamespacesEdustructures.SifWorks.LibraryMessageSent

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <Sent> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<DateTime> Sent{ get; set;}
Public Property Sent As Nullable(Of DateTime)
public:
property Nullable<DateTime> Sent {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
Value
The Sent element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The date and time that this message was originally sent."

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.1
<Date>
2.0
<Sent>

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10