ObjVerExIsLatestVersion Property |
Returns a boolean indicating whether the object is of the
latest version.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsLatestVersion { get; }
Public ReadOnly Property IsLatestVersion As Boolean
Get
public:
property bool IsLatestVersion {
bool get ();
}
Property Value
Type:
Boolean
Remarks
This method always makes a call to the server to verify if the latest version on
the server matches this version.
See Also