Determines whether propertyValue is less than zero.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void PropertyNotNegative(
	string argName,
	string argProperty,
	int propertyValue
)
Visual Basic
Public Shared Sub PropertyNotNegative ( 
	argName As String,
	argProperty As String,
	propertyValue As Integer
)

Parameters

argName
Type: System..::..String
Name of the arg.
argProperty
Type: System..::..String
The arg property.
propertyValue
Type: System..::..Int32
The property value.

Exceptions

See Also