Share via


ErrorMessages.ValueShouldBeInEnum Property

 

Gets a localized error string that specifies that a value should be one of an enumerated set of values.

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

Syntax

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

Property Value

Type: System.String

A String.

See Also

ErrorMessages Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top