Gets the value in the current items or if none is available default(T)

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

Syntax

C#
public T ValueOrDefault { get; }
Visual Basic
Public ReadOnly Property ValueOrDefault As T
	Get

See Also