SdkResult.PropertiesToAdd 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.
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)