Conference.LastUpdate 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.
Gets the time of creation or last modification.
public:
property Nullable<DateTime> LastUpdate { Nullable<DateTime> get(); };
public Nullable<DateTime> LastUpdate { get; }
member this.LastUpdate : Nullable<DateTime>
Public ReadOnly Property LastUpdate As Nullable(Of DateTime)