Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a list of the provider schema elements.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ProviderSchema As SPSchemaElement()
Get
Set
'Usage
Dim instance As SPProviderSchema
Dim value As SPSchemaElement()
value = instance.ProviderSchema
instance.ProviderSchema = value
[DataMemberAttribute]
public SPSchemaElement[] ProviderSchema { get; set; }
Property Value
Type: []
The provider schema elements.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The value was set to a null reference (Nothing in Visual Basic). |
Remarks
Allows the caller to get or set an array of SPSchemaElement objects that represent the schema of the provider.