ObjVerExVersion Property

Returns the Version of this object.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public int Version { get; }

Property Value

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