ResourceHandler.GetObject Method (String)

 

Retrieves the resource object.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public object GetObject(
    string resourceId
)
public:
Object^ GetObject(
    String^ resourceId
)
Public Function GetObject (
    resourceId As String
) As Object

Parameters

Return Value

Type: System.Object

An System.Object that contains the localized object corresponding to the resource.

See Also

ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top