SearchResults.TraceInfo Property
Applies To: Dynamics CRM 2015
Gets information regarding the results of the search.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public TraceInfo TraceInfo { get; set; }
public:
[DataMemberAttribute]
property TraceInfo^ TraceInfo {
TraceInfo^ get();
void set(TraceInfo^ value);
}
[<DataMemberAttribute>]
member TraceInfo : TraceInfo with get, set
<DataMemberAttribute>
Public Property TraceInfo As TraceInfo
Property Value
Type: Microsoft.Crm.Sdk.Messages.TraceInfo
Type: TraceInfo
The information regarding the results of the search.
See Also
SearchResults Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright