IQuoteVersionSentDate Property |
SentDate: When was the Version sent to the customer
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime SentDate { get; set; }
Property SentDate As DateTime
Get
Set
Dim instance As IQuoteVersion
Dim value As DateTime
value = instance.SentDate
instance.SentDate = value
property DateTime SentDate {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also