This documentation is archived and is not being maintained.
TeamFoundationVersion::Validate Method (String)
Visual Studio 2013
Validates the format of the specified string that describes version.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- version
- Type: System::String
The string to validate.
Return Value
Type: System::BooleanTrue if the specified string is a valid format for describing version; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: