Share via


AgnosticProjectProperties.Versions.IsValidVersion Method

Returns a value that indicates whether the provided project version is a valid version.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Shared Function IsValidVersion ( _
    version As String _
) As Boolean
public static bool IsValidVersion(
    string version
)
public:
static bool IsValidVersion(
    String^ version
)
static member IsValidVersion : 
        version:string -> bool 
public static function IsValidVersion(
    version : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the version is previous valid; otherwise, false.

.NET Framework Security

See Also

Reference

AgnosticProjectProperties.Versions Class

Microsoft.Data.Schema.Build Namespace