Edit

Share via


BuildLog Class

Definition

Represents a build log.

[System.Runtime.Serialization.DataContract]
public class BuildLog : Microsoft.TeamFoundation.Build.WebApi.BuildLogReference
type BuildLog = class
    inherit BuildLogReference
Public Class BuildLog
Inherits BuildLogReference
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
BuildLog
Attributes

Constructors

BuildLog()
BuildLog(ISecuredObject)

Properties

CreatedOn

The date and time the log was created.

Id

The ID of the log.

(Inherited from BuildLogReference)
LastChangedOn

The date and time the log was last changed.

LineCount

The number of lines in the log.

Type

The type of the log location.

(Inherited from BuildLogReference)
Url

A full link to the log resource.

(Inherited from BuildLogReference)

Applies to