Share via


BdcDataSource.ShowSampleData property

Specifies if we want to return "fake" data (used for design time in FrontPage)

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

Syntax

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

value = instance.ShowSampleData

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

Property value

Type: System.Boolean
Returns Boolean.

Implements

ISampleData.ShowSampleData

See also

Reference

BdcDataSource class

BdcDataSource members

Microsoft.SharePoint.WebControls namespace