Share via


xInfo.configuration Method

Definition

Retrieves the current client configuration.

public:
 static System::String ^ configuration();
public static string configuration ();
static member configuration : unit -> string
Public Shared Function configuration () As String

Returns

A string that represents the current client configuration.

Remarks

This is the configuration that is selected in the Configuration box in the Client Configuration Utility program. An example string that could be returned is "Original (installed configuration)".

Applies to