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)
'Usage
Dim instance As CheckinResult
Dim value As List(Of Item)
value = instance.ImplicitItems
instance.ImplicitItems = value
public List<Item> ImplicitItems { get; set; }
public:
property List<Item^>^ ImplicitItems {
List<Item^>^ get ();
void set (List<Item^>^ value);
}
public function get ImplicitItems () : List<Item>
public 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.