SearchServiceApplicationFault.FaultType property

Gets or sets the SearchServiceApplicationFaultType.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property FaultType As SearchServiceApplicationFaultType
    Get
    Set
'Usage
Dim instance As SearchServiceApplicationFault
Dim value As SearchServiceApplicationFaultType

value = instance.FaultType

instance.FaultType = value
[DataMemberAttribute]
public SearchServiceApplicationFaultType FaultType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplicationFaultType
The fault type.

See also

Reference

SearchServiceApplicationFault class

SearchServiceApplicationFault members

Microsoft.Office.Server.Search.Administration namespace