Version

GetNamedValue Method (DefinitionBase)

Gets the value for a named value from this definition.
Syntax
public object GetNamedValue( 
   string valueName
)

Parameters

valueName
The named value name to check for.

Return Value

The value of the named value.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also