SPWebProvisioningProperties.Data property
Gets custom data that is used in creating the Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Data As String
Get
Friend Set
'Usage
Dim instance As SPWebProvisioningProperties
Dim value As String
value = instance.Data
public string Data { get; internal set; }
Property value
Type: System.String
A string that contains the custom data.
See also
Reference
SPWebProvisioningProperties class