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 the name of an associated assembly that Microsoft SharePoint Foundation calls for doing additional provisioning.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ProvisioningAssemblyTemplate As String
Get
Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As String
value = instance.ProvisioningAssemblyTemplate
instance.ProvisioningAssemblyTemplate = value
public string ProvisioningAssemblyTemplate { get; set; }
Property value
Type: System.String
The name of a site definition specified in the WebTemp.xml file that is associated with an assembly that SharePoint Foundation calls for additional provisioning.
See also
Reference
SPEvaluatorModeProvisioner class