Share via


MSDeployPackage.SetParameters Property

Definition

Gets a generic string to string dictionary that contains parameters to set.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ SetParameters { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> SetParameters { get; }
member this.SetParameters : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property SetParameters As Dictionary(Of String, String)

Property Value

A generic Dictionary of string keys and string values to set.

Applies to