Share via


ErrorMessages.ResourceManager Property

 

Gets the cached instance of the resource manager that is used by this class.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Syntax

public static ResourceManager ResourceManager { get; }
public:
property ResourceManager^ ResourceManager {
    static ResourceManager^ get();
}
Public Shared ReadOnly Property ResourceManager As ResourceManager

Property Value

Type: System.Resources.ResourceManager

The ResourceManager.

See Also

ErrorMessages Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top