Sets or gets the value in the current items
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public T Value { get; set; } |
| Visual Basic |
|---|
Public Property Value As T Get Set |
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | If you try to get a value while none is set use ValueOrDefault for safe access |