This documentation is archived and is not being maintained.

TeamFoundationVersion::Validate Method (Version)

Validates the format of the specified version.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
static bool Validate(
	Version^ version
)

Parameters

version
Type: System::Version

The version object to validate.

Return Value

Type: System::Boolean
True if the specified version object is valid; otherwise, false.

Show: