IReflect.GetProperty Method (String, BindingFlags)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Retrieves a PropertyInfo object corresponding to a specified property under specified search constraints.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Function GetProperty ( _
    name As String, _
    bindingAttr As BindingFlags _
) As PropertyInfo
PropertyInfo GetProperty(
    string name,
    BindingFlags bindingAttr
)

Parameters

Return Value

Type: System.Reflection.PropertyInfo
A PropertyInfo object for the located property that meets the search constraints specified in bindingAttr, or nulla null reference (Nothing in Visual Basic) if the property was not located.

Exceptions

Exception Condition
AmbiguousMatchException

The object implements multiple fields with the same name.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.