IBuildDetail.LastChangedByDisplayName Property

Gets the display name of the last user to change the build.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
ReadOnly Property LastChangedByDisplayName As String
string LastChangedByDisplayName { get; }
property String^ LastChangedByDisplayName {
    String^ get ();
}
abstract LastChangedByDisplayName : string with get
function get LastChangedByDisplayName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IBuildDetail Interface

Microsoft.TeamFoundation.Build.Client Namespace