AssociatedChangeset.CheckedInBy Property

Gets or sets the user that checked in this changeset.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property CheckedInBy As String
public string CheckedInBy { get; set; }
public:
property String^ CheckedInBy {
    String^ get ();
    void set (String^ value);
}
member CheckedInBy : string with get, set
function get CheckedInBy () : String
function set CheckedInBy (value : String)

Property Value

Type: System.String
The user that checked in this changeset.

.NET Framework Security

See Also

Reference

AssociatedChangeset Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace