IAppointmentActiveDate Property |
ActiveDate is DoBy until the appointment is completed, then ActiveDate = Done date
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime ActiveDate { get; }
ReadOnly Property ActiveDate As DateTime
Get
Dim instance As IAppointment
Dim value As DateTime
value = instance.ActiveDate
property DateTime ActiveDate {
DateTime get ();
}
Property Value
Type:
DateTime
See Also