CheckInOutcome.CheckInCommitted Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Déclaration
Public Property CheckInCommitted As String
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace