Share via


ErrorMessages.ShouldBeNonNegativeInteger Property

 

Gets a localized error string that specifies that a value should be a nonnegative integer.

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

Syntax

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

Property Value

Type: System.String

A String.

See Also

ErrorMessages Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top