TargetSchemaVersionAttribute.ToBuild Property
Gets or sets a string that specifies the last build version for which the target schema version is effective.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ToBuild As String
Get
Set
'Usage
Dim instance As TargetSchemaVersionAttribute
Dim value As String
value = instance.ToBuild
instance.ToBuild = value
public string ToBuild { get; set; }
Property Value
Type: System.String
A string that contains the last build version for which the target schema version is effective.
See Also
Reference
TargetSchemaVersionAttribute Class