summaryM:DotNetNuke.Common.Arg.PropertyNotNegative(System.String,System.String,System.Int32)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.4.0. Replaced by Requires.PropertyNotNegative()")]
public static void PropertyNotNegative(
	string argName,
	string argProperty,
	int propertyValue
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.4.0. Replaced by Requires.PropertyNotNegative()")> 
Public Shared Sub PropertyNotNegative ( 
	argName As String,
	argProperty As String,
	propertyValue As Integer
)

Parameters

argName
Type: System..::..String
paramargNameM:DotNetNuke.Common.Arg.PropertyNotNegative(System.String,System.String,System.Int32)
argProperty
Type: System..::..String
paramargPropertyM:DotNetNuke.Common.Arg.PropertyNotNegative(System.String,System.String,System.Int32)
propertyValue
Type: System..::..Int32
parampropertyValueM:DotNetNuke.Common.Arg.PropertyNotNegative(System.String,System.String,System.Int32)

See Also