summaryM:DotNetNuke.Common.Arg.PropertyNotNullOrEmpty(System.String,System.String,System.String)

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

Syntax

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

Parameters

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

See Also