SearchResults.TraceInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information regarding the results of the search.
public:
property Microsoft::Crm::Sdk::Messages::TraceInfo ^ TraceInfo { Microsoft::Crm::Sdk::Messages::TraceInfo ^ get(); void set(Microsoft::Crm::Sdk::Messages::TraceInfo ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.TraceInfo TraceInfo { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TraceInfo : Microsoft.Crm.Sdk.Messages.TraceInfo with get, set
Public Property TraceInfo As TraceInfo
Property Value
The information regarding the results of the search.
- Attributes