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
- 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