Deployment Tools Foundation
TargetPaths Property
Gets a mapping from keys to target paths.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IDictionary<string, string> TargetPaths { get; }
Public ReadOnly Property TargetPaths As IDictionary(Of String, String)
public: property IDictionary<String^, String^>^ TargetPaths { IDictionary<String^, String^>^ get (); }