CheckInOutcome.CheckInCommitted Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CheckInOutcome Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace