Share via


AgnosticProjectProperties.Versions.IsPreDev10 Method

Returns a value that indicates whether the provided project version is earlier than the value of the Dev10ProjectVersion field.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

AgnosticProjectProperties.Versions Class

Microsoft.Data.Schema.Build Namespace