ISaleUpdatedDate Property |
The date of the most recent update.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime UpdatedDate { get; }
ReadOnly Property UpdatedDate As DateTime
Get
Dim instance As ISale
Dim value As DateTime
value = instance.UpdatedDate
property DateTime UpdatedDate {
DateTime get ();
}
Property Value
Type:
DateTimeImplements
IModelBaseUpdatedDate
See Also