LanguageResourcePhrase.Type property

Gets the language resource type.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Type As LanguageResourceType
    Get
    Private Set
'Usage
Dim instance As LanguageResourcePhrase
Dim value As LanguageResourceType

value = instance.Type
[DataMemberAttribute]
public LanguageResourceType Type { get; private set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.LanguageResourceType
A value from the LanguageResourceType enumeration.

See also

Reference

LanguageResourcePhrase class

LanguageResourcePhrase members

Microsoft.Office.Server.Search.Administration namespace