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 custom data that is used in creating the Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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