RegistrationService.GetResource(String, String) Method

Definition

Retrieves the resource from the registration service. This class cannot be inherited.

public:
 virtual System::Object ^ GetResource(System::String ^ resourceManager, System::String ^ resourceID);
public object GetResource (string resourceManager, string resourceID);
abstract member GetResource : string * string -> obj
override this.GetResource : string * string -> obj
Public Function GetResource (resourceManager As String, resourceID As String) As Object

Parameters

resourceManager
String

A string of the resource to get.

resourceID
String

A string that represents the resource identifier.

Returns

Retrieves the resource from the registration service.

Implements

Applies to