SPClickthroughUsageDefinition.ProvisionSchema Property
Indicates whether this usage provider has schema provision in the logging store or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property ProvisionSchema As Boolean
Get
'Usage
Dim instance As SPClickthroughUsageDefinition
Dim value As Boolean
value = instance.ProvisionSchema
public override bool ProvisionSchema { get; }
Property Value
Type: System.Boolean
A Boolean value = true if this usage provider has schema provision.
See Also
Reference
SPClickthroughUsageDefinition Class