WorkspaceCheckInParameters.AssociatedWorkItems Property
Gets or sets the work items associated with this check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property AssociatedWorkItems As WorkItemCheckinInfo()
public WorkItemCheckinInfo[] AssociatedWorkItems { get; set; }
public:
property array<WorkItemCheckinInfo^>^ AssociatedWorkItems {
array<WorkItemCheckinInfo^>^ get ();
void set (array<WorkItemCheckinInfo^>^ value);
}
member AssociatedWorkItems : WorkItemCheckinInfo[] with get, set
function get AssociatedWorkItems () : WorkItemCheckinInfo[]
function set AssociatedWorkItems (value : WorkItemCheckinInfo[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinInfo[]
The work items associated with this check-in.
.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.