IStatusMonitorLastGenerated Property |
Date the status monitor was last generated
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime LastGenerated { get; }
ReadOnly Property LastGenerated As DateTime
Get
Dim instance As IStatusMonitor
Dim value As DateTime
value = instance.LastGenerated
property DateTime LastGenerated {
DateTime get ();
}
Property Value
Type:
DateTime
See Also