ISetupInstance.GetDescription(Int32) Method

Definition

Gets the description of the product installed in this instance.

public:
 System::String ^ GetDescription(int lcid);
public:
 Platform::String ^ GetDescription(int lcid);
std::wstring GetDescription(int lcid);
public string GetDescription (int lcid);
abstract member GetDescription : int -> string
Public Function GetDescription (lcid As Integer) As String

Parameters

lcid
Int32

The LCID for the description.

Returns

String

The description of the product installed in this instance.

Applies to