SPTopologyWebServiceApplicationFault.FaultReason property
Gets or sets a human readable message representing the fault.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property FaultReason As String
Get
Set
'Usage
Dim instance As SPTopologyWebServiceApplicationFault
Dim value As String
value = instance.FaultReason
instance.FaultReason = value
[DataMemberAttribute]
public string FaultReason { get; set; }
Property value
Type: System.String
Returns String.
See also
Reference
SPTopologyWebServiceApplicationFault class