Returns the Version of this object.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic int Version { get; }
Property Value
Type:
Int32
Remarks
Accessing this property will automatically resolve the latest version from the server
if the value was initialized as -1. Use the SpecificVersion property to determine,
if Version is set to -1 without making a server call.
If the version is -1, SpecificVersion will be false.
See Also