Share via


SearchServiceApplicationFault.Message property

Gets or sets a message that describes the fault.

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

Syntax

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

value = instance.Message

instance.Message = value
[DataMemberAttribute]
public string Message { get; set; }

Property value

Type: System.String
A message that describes the fault.

See also

Reference

SearchServiceApplicationFault class

SearchServiceApplicationFault members

Microsoft.Office.Server.Search.Administration namespace