Edit

RunUpdateModel.LogEntries Property

Definition

Log entries associated with the run. Use a comma-separated list of multiple log entry objects. { logEntry }, { logEntry }, ...

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestMessageLogDetails> LogEntries { get; }
member this.LogEntries : System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestMessageLogDetails>
Public ReadOnly Property LogEntries As List(Of TestMessageLogDetails)

Property Value

Attributes

Applies to