Version

GetAllPropertiesWithName Method

Gets all the properties that match the specified name for the current data.
Syntax
public string[] GetAllPropertiesWithName( 
   string name
)

Parameters

name
The name to search for.

Return Value

All the properties matching the name.
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