RunUpdateModel.LogEntries 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.
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