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
- 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.