xInfo.configuration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)".