Share via


ProjectLink.Properties Property

Definition

Access to remote Properties.

public:
 abstract property System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectProperty ^> ^ Properties { System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectProperty ^> ^ get(); };
public abstract System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectProperty> Properties { get; }
member this.Properties : System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectProperty>
Public MustOverride ReadOnly Property Properties As ICollection(Of ProjectProperty)

Property Value

Applies to