 | EntityLastModified Property |
This is preliminary documentation and is subject to change.
Time of the last revision.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic DateTime LastModified { get; }
Public ReadOnly Property LastModified As DateTime
Get
Dim instance As Entity
Dim value As DateTime
value = instance.LastModified
public:
property DateTime LastModified {
DateTime get ();
}
member LastModified : DateTime with get
Property Value
DateTime
Remarks
See Also