Application.Version Property

SharePoint Designer Developer Reference

Returns a String that represents the application version.

Syntax

expression.Version

expression   Required. A variable that represents an Application object.

Remarks

This property uses the format, "x.x.x", where x represents a number in the version.

See Also