ISampleData.ShowSampleData property
取得或設定值,這個值,指出是否要顯示範例資料。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Property ShowSampleData As Boolean
Get
Set
'用途
Dim instance As ISampleData
Dim value As Boolean
value = instance.ShowSampleData
instance.ShowSampleData = value
bool ShowSampleData { get; set; }
Property value
Type: System.Boolean