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
- version
Type: System.String
A project version string.
Return Value
Type: System.Boolean
true if the project version is the latest version that can be handled; otherwise, false.
.NET Framework Security
- 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.