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