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