AttendeeType.LastResponseTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The LastResponseTime property gets or sets the date and time that the latest was response received.
public:
property DateTime LastResponseTime { DateTime get(); void set(DateTime value); };
public DateTime LastResponseTime { get; set; }
Public Property LastResponseTime As DateTime
Property Value
The LastResponseTime property returns a date/time value that indicates the date and time that the latest was response received.