CrawledPropertyInfo.Samples property
This property is deprecated and should not be used.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Samples As List(Of String)
Get
Set
'Usage
Dim instance As CrawledPropertyInfo
Dim value As List(Of String)
value = instance.Samples
instance.Samples = value
[DataMemberAttribute]
public List<string> Samples { get; set; }
Property value
Type: System.Collections.Generic.List<String>