PathRestriction.Items Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property Items As List(Of String)
'Usage
Dim instance As PathRestriction
Dim value As List(Of String)
value = instance.Items
instance.Items = value
public List<string> Items { get; set; }
public:
property List<String^>^ Items {
List<String^>^ get ();
void set (List<String^>^ value);
}
public function get Items () : List<String>
public function set Items (value : List<String>)
Property Value
Type: System.Collections.Generic.List<String>
.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.