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 ReadOnlyCollection(Of ClientArtifact)
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
- 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.