TargetSchemaVersionAttribute.Schema property
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Schema As String
Get
Set
'Usage
Dim instance As TargetSchemaVersionAttribute
Dim value As String
value = instance.Schema
instance.Schema = value
public string Schema { get; set; }
Property value
Type: System.String
See also
Reference
TargetSchemaVersionAttribute class