FileContainerItemDeletedEvent.Paths Property

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

Syntax

'Declaration
Public Property Paths As IList(Of String)
public IList<string> Paths { get; private set; }
public:
property IList<String^>^ Paths {
    IList<String^>^ get ();
    private: void set (IList<String^>^ value);
}
member Paths : IList<string> with get, private set
function get Paths () : IList<String>
private function set Paths (value : IList<String>)

Property Value

Type: System.Collections.Generic.IList<String>

.NET Framework Security

See Also

Reference

FileContainerItemDeletedEvent Class

Microsoft.TeamFoundation.Framework.Server Namespace