CheckInOutcome.ChangesetId Property

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

Syntax

‘선언
Public Property ChangesetId As Integer
    Get
    Set
public int ChangesetId { get; set; }
public:
property int ChangesetId {
    int get ();
    void set (int value);
}
member ChangesetId : int with get, set
function get ChangesetId () : int
function set ChangesetId (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

CheckInOutcome Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace