CrawledProperty.Name Property
Gets the name of a crawled property.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As CrawledProperty
Dim value As String
value = instance.Name
public string Name { get; }
Property Value
Type: System.String
A string containing the name for the crawled property.