  | PostLastUpdated Property | 
This is preliminary documentation and is subject to change.
Gets the time when the post is last edited.
Namespace: WikiClientLibrary.Wikia.DiscussionsAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic DateTime? LastUpdated { get; }Public ReadOnly Property LastUpdated As DateTime?
	Get
Dim instance As Post
Dim value As DateTime?
value = instance.LastUpdated
public:
property Nullable<DateTime> LastUpdated {
	Nullable<DateTime> get ();
}member LastUpdated : Nullable<DateTime> with get
Property Value
NullableDateTimeThe time when the post is last edited, or 
null, if the post has not been edited at all.
See Also