GetReferenceAssemblyPaths.ReferenceAssemblyPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the path based on the passed in TargetFrameworkMoniker. If the TargetFrameworkMoniker is null or empty this path will be empty.
public:
property cli::array <System::String ^> ^ ReferenceAssemblyPaths { cli::array <System::String ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public string[] ReferenceAssemblyPaths { get; }
[<Microsoft.Build.Framework.Output>]
member this.ReferenceAssemblyPaths : string[]
Public ReadOnly Property ReferenceAssemblyPaths As String()
Property Value
String[]
The path.
- Attributes