Share via


AgnosticProjectProperties.Versions.IsLatestVersion Method

Returns a value that indicates whether the provided project version is equal to the value of the LatestProjectVersion.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the project version is the latest version that can be handled; otherwise, false.

.NET Framework Security

See Also

Reference

AgnosticProjectProperties.Versions Class

Microsoft.Data.Schema.Build Namespace