Share via


ManagementPackUnitMonitor.Configuration Property

Definition

Gets or sets the configuration for the unit monitor that must validate against the configuration schema declared for the unit monitor 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 the configuration for the unit monitor that must validate against the configuration schema declared for the unit monitor type.

Applies to