Share via


MSDeployPackage.DeclaredParameters Property

Definition

Gets a list of declared parameters.

public:
 property System::Collections::Generic::IList<Microsoft::Web::PlatformInstaller::DeclaredParameter ^> ^ DeclaredParameters { System::Collections::Generic::IList<Microsoft::Web::PlatformInstaller::DeclaredParameter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Web.PlatformInstaller.DeclaredParameter> DeclaredParameters { get; }
member this.DeclaredParameters : System.Collections.Generic.IList<Microsoft.Web.PlatformInstaller.DeclaredParameter>
Public ReadOnly Property DeclaredParameters As IList(Of DeclaredParameter)

Property Value

A generic IList of DeclaredParameter objects.

Applies to