Share via


PathRestriction.Items Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Property Items As ReadOnlyCollection(Of ClientArtifact)
    Get
    Private Set
public ReadOnlyCollection<ClientArtifact> Items { get; private set; }
public:
property ReadOnlyCollection<ClientArtifact^>^ Items {
    ReadOnlyCollection<ClientArtifact^>^ get ();
    private: void set (ReadOnlyCollection<ClientArtifact^>^ value);
}
member Items : ReadOnlyCollection<ClientArtifact> with get, private set
function get Items () : ReadOnlyCollection<ClientArtifact>
private function set Items (value : ReadOnlyCollection<ClientArtifact>)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ClientArtifact>

.NET Framework Security

See Also

Reference

PathRestriction Class

Microsoft.TeamFoundation.VersionControl.Server Namespace