Share via


ManagementPack.GetStringResources Method

Definition

Gets all the string resources defined in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackStringResource ^> ^ GetStringResources();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackStringResource> GetStringResources ();
member this.GetStringResources : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackStringResource>
Public Function GetStringResources () As ManagementPackElementCollection(Of ManagementPackStringResource)

Returns

A ManagementPackElementCollection<T> collection of ManagementPackStringResource objects.

All the string resources.

Applies to