Share via


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

See Also

Reference

PathRestriction Class

PathRestriction Members

Microsoft.TeamFoundation.VersionControl.Server Namespace