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