Share via


ManagementPackModule.Configuration Property

Definition

Gets or sets configuration data for the module that must validate against the configuration schema declared for the module type.

public:
 property System::String ^ Configuration { System::String ^ get(); void set(System::String ^ value); };
public string Configuration { get; set; }
member this.Configuration : string with get, set
Public Property Configuration As String

Property Value

A string that contains configuration data for the module that must validate against the configuration schema declared for the module type.

Applies to