SdkResult.PropertiesToAdd Property

Definition

Properties that should be added to the evaluation. This allows an SDK resolver to provide information to the build

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

Property Value

Applies to