BdcDataSource.ShowSampleData Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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