Sets or gets the value in the current items

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

Syntax

C#
public T Value { get; set; }
Visual Basic
Public Property Value As T
	Get
	Set

Exceptions

ExceptionCondition
System..::..InvalidOperationException If you try to get a value while none is set use ValueOrDefault for safe access

See Also