Gets the value.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
Parameters
- name
- Type: System..::.String
The name of the property.
Return Value
The value of the property data indexed by name.
Remarks
This method can be used in the same way as the string indexer, but GetValue will not make use of the Pre and Post handlers.
Any non-null value returned by GetValue is guaranteed to come from the PageData itself.