Share via


ProductManager.GetProduct(String) Method

Definition

Returns the requested product.

public:
 Microsoft::Web::PlatformInstaller::Product ^ GetProduct(System::String ^ productId);
public Microsoft.Web.PlatformInstaller.Product GetProduct (string productId);
member this.GetProduct : string -> Microsoft.Web.PlatformInstaller.Product
Public Function GetProduct (productId As String) As Product

Parameters

productId
String

The unique identifier of the product to return.

Returns

A Product object that represents the requested product.

Remarks

Note

No exceptions are explicitly thrown by this method.

Applies to

See also