CheckinResult.ImplicitItems Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property ImplicitItems As List(Of Item)
Get
Set
public List<Item> ImplicitItems { get; set; }
public:
property List<Item^>^ ImplicitItems {
List<Item^>^ get ();
void set (List<Item^>^ value);
}
member ImplicitItems : List<Item> with get, set
function get ImplicitItems () : List<Item>
function set ImplicitItems (value : List<Item>)
Property Value
Type: System.Collections.Generic.List<Item>
.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.