SPTopologyWebServiceApplicationFault.FaultReason property
取得或設定代表錯誤人類可讀取的訊息。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<DataMemberAttribute> _
Public Property FaultReason As String
Get
Set
'用途
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
傳回 String。
請參閱
參照
SPTopologyWebServiceApplicationFault class