SPTopologyWebServiceApplicationFault.FaultReason Property
Gets or sets a human readable message representing the fault.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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