Share via


AgnosticProjectProperties.Versions.IsLaterProjectVersion Method

Returns a value that indicates whether the provided project version represents a later version than any that can work with Visual Studio.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if it can be handled; otherwise, false.

.NET Framework Security

See Also

Reference

AgnosticProjectProperties.Versions Class

Microsoft.Data.Schema.Build Namespace