Share via


CheckinNotificationWorkItemInfo.CheckinAction Property

Indicates the work item was (wasn't) marked as "resolve with checkin".

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property CheckinAction As CheckinWorkItemAction
public CheckinWorkItemAction CheckinAction { get; set; }
public:
property CheckinWorkItemAction CheckinAction {
    CheckinWorkItemAction get ();
    void set (CheckinWorkItemAction value);
}
member CheckinAction : CheckinWorkItemAction with get, set
function get CheckinAction () : CheckinWorkItemAction 
function set CheckinAction (value : CheckinWorkItemAction)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.CheckinWorkItemAction
Returns CheckinWorkItemAction.

.NET Framework Security

See Also

Reference

CheckinNotificationWorkItemInfo Class

Microsoft.TeamFoundation.VersionControl.Server Namespace