summaryM:DotNetNuke.Common.Arg.PropertyNotEqualTo``1(System.String,System.String,``0,``0)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.4.0. Replaced by Requires.PropertyNotEqualTo()")]
public static void PropertyNotEqualTo<TValue>(
	string argName,
	string argProperty,
	TValue propertyValue,
	TValue testValue
)
where TValue : Object, IEquatable<TValue>
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.4.0. Replaced by Requires.PropertyNotEqualTo()")> 
Public Shared Sub PropertyNotEqualTo(Of TValue As {Object, IEquatable(Of TValue)}) ( 
	argName As String,
	argProperty As String,
	propertyValue As TValue,
	testValue As TValue
)

Parameters

argName
Type: System..::..String
paramargNameM:DotNetNuke.Common.Arg.PropertyNotEqualTo``1(System.String,System.String,``0,``0)
argProperty
Type: System..::..String
paramargPropertyM:DotNetNuke.Common.Arg.PropertyNotEqualTo``1(System.String,System.String,``0,``0)
propertyValue
Type: TValue
parampropertyValueM:DotNetNuke.Common.Arg.PropertyNotEqualTo``1(System.String,System.String,``0,``0)
testValue
Type: TValue
paramtestValueM:DotNetNuke.Common.Arg.PropertyNotEqualTo``1(System.String,System.String,``0,``0)

Type Parameters

TValue
typeparamTValueM:DotNetNuke.Common.Arg.PropertyNotEqualTo``1(System.String,System.String,``0,``0)

See Also