TfShelve.CheckInNote Property

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

Syntax

'Declaration
Public Property CheckInNote As InArgument(Of CheckinNote)
public InArgument<CheckinNote> CheckInNote { get; set; }
public:
property InArgument<CheckinNote^>^ CheckInNote {
    InArgument<CheckinNote^>^ get ();
    void set (InArgument<CheckinNote^>^ value);
}
member CheckInNote : InArgument<CheckinNote> with get, set
function get CheckInNote () : InArgument<CheckinNote>
function set CheckInNote (value : InArgument<CheckinNote>)

Property Value

Type: System.Activities.InArgument<CheckinNote>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

TfShelve Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace