TargetSchemaVersionAttribute.FromBuild property
Gets or sets a string that specifies the first 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 FromBuild As String
Get
Set
'Usage
Dim instance As TargetSchemaVersionAttribute
Dim value As String
value = instance.FromBuild
instance.FromBuild = value
public string FromBuild { get; set; }
Property value
Type: System.String
A string that contains the first build version for which the target schema version is effective.
See also
Reference
TargetSchemaVersionAttribute class