Share via


MSDeployPackage.RemoveParameters Property

Definition

Gets a list of remove parameters.

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

Property Value

A generic IList of strings that represent parameters to remove.

Applies to