BaseServiceFault.Message Property
Applies To: Dynamics CRM 2015
Gets or sets the message for the fault.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string Message { get; set; }
public:
[DataMemberAttribute]
property String^ Message {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member Message : string with get, set
<DataMemberAttribute>
Public Property Message As String
Property Value
Type: System.String
Type: String
The message for the fault.
See Also
BaseServiceFault Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright