Share via


ProjectInSolution.Dependencies Property

Definition

Dependencies property

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Dependencies { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<string> Dependencies { get; set; }
member this.Dependencies : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property Dependencies As IReadOnlyList(Of String)

Property Value

Applies to