BrowserHelperTryGetValue Method |
Returns given property from BrowserHelper
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public bool TryGetValue(
string columnName,
out Object value
)
Parameters
- columnName
- Type: SystemString
Property name - value
- Type: SystemObject
Value will be returned here, if exists
Return Value
Type:
BooleanImplements
IDataContainerTryGetValue(String, Object)See Also