CheckinNotification.CheckinType Property

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

Syntax

'Declaration
Public ReadOnly Property CheckinType As CheckinType
public CheckinType CheckinType { get; }
public:
property CheckinType CheckinType {
    CheckinType get ();
}
member CheckinType : CheckinType with get
function get CheckinType () : CheckinType

Property Value

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

.NET Framework Security

See Also

Reference

CheckinNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace