PropertyMetadataCollection..::..Item Property

Attempts to fetch property metadata for the indicated property. Will throw an error if not found.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public PropertyMetadata this[
	string propertyName
] { get; }
Public ReadOnly Default Property Item ( _
	propertyName As String _
) As PropertyMetadata
	Get

Parameters

propertyName
Type: String
Case insensitive property name. For indexed properties the parameter types should appear inside brackets. For example, "Item [Int32]". Note: "Item[]" will be mapped to "Item [Int32]"

Return Value

Exceptions


ExceptionCondition
[ArgumentException]
[ArgumentOutOfRangeException]