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
- version
Type: System.String
A project version string.
Return Value
Type: System.Boolean
true if the version is previous to the current version; 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.