IShipmentTypeReservationRegisteredDate Property |
The date the object was saved to the database.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime RegisteredDate { get; }
ReadOnly Property RegisteredDate As DateTime
Get
Dim instance As IShipmentTypeReservation
Dim value As DateTime
value = instance.RegisteredDate
property DateTime RegisteredDate {
DateTime get ();
}
Property Value
Type:
DateTime
See Also