Share via


AggregateDataSource.ShowSampleData property

implement ISampleData interface.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ShowSampleData As Boolean
    Get
    Set
'Usage
Dim instance As AggregateDataSource
Dim value As Boolean

value = instance.ShowSampleData

instance.ShowSampleData = value
public bool ShowSampleData { get; set; }

Property value

Type: System.Boolean

Implements

ISampleData.ShowSampleData

See also

Reference

AggregateDataSource class

AggregateDataSource members

Microsoft.SharePoint.WebControls namespace