IPresentationManagement.GetStringResource(Guid) Method

Definition

Gets a string resource object by using a unique identifier.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackStringResource ^ GetStringResource(Guid id);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackStringResource GetStringResource (Guid id);
abstract member GetStringResource : Guid -> Microsoft.EnterpriseManagement.Configuration.ManagementPackStringResource
Public Function GetStringResource (id As Guid) As ManagementPackStringResource

Parameters

id
Guid

The string resource identifier.

Returns

The string resource object.

Exceptions

The string resource that is identified by the id parameter does not exist.

Applies to