ISampleData.ShowSampleData property
Gets or sets a value that indicates whether to show sample data.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Property ShowSampleData As Boolean
Get
Set
'Usage
Dim instance As ISampleData
Dim value As Boolean
value = instance.ShowSampleData
instance.ShowSampleData = value
bool ShowSampleData { get; set; }
Type: System.Boolean