Version

HasNamedValue Method (DefinitionBase)

Returns if this definition has a named value with a given name.
Syntax
public bool HasNamedValue( 
   string valueName
)

Parameters

valueName
The named value name to check for.

Return Value

True if the requested named value is present.
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