Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
resourceId
Type: System.StringThe resource identifier.
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