CrmServiceClient.GetAllLogsAsStringList Method
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.
Enabled only if InMemoryLogCollectionEnabled is true. Return all logs currently stored for the crmserviceclient in queue in string list format with [UTCDateTime][LogEntry].
public:
cli::array <System::String ^> ^ GetAllLogsAsStringList();
public string[] GetAllLogsAsStringList ();
member this.GetAllLogsAsStringList : unit -> string[]
Public Function GetAllLogsAsStringList () As String()
Returns
String[]