Determins whether propertyValye is not null or empty.

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

Syntax

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

Parameters

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

Exceptions

See Also