SPProviderInitialData.InitialSchema Property
Gets or sets the data schema of the provider.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property InitialSchema As SPProviderSchema()
Get
Set
'Usage
Dim instance As SPProviderInitialData
Dim value As SPProviderSchema()
value = instance.InitialSchema
instance.InitialSchema = value
[DataMemberAttribute]
public SPProviderSchema[] InitialSchema { get; set; }
Property Value
Type: []
The provider schema.