OrganizationServiceFault.TraceText Property

 

Applies To: Dynamics CRM 2015

Gets the text of the fault trace.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string TraceText { get; set; }
public:
[DataMemberAttribute]
property String^ TraceText {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member TraceText : string with get, set
<DataMemberAttribute>
Public Property TraceText As String

Property Value

Type: System.String

Type: String
The text of the fault trace.

See Also

OrganizationServiceFault Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright