PropertyMetadata..::..InvokeGet Method (Object)

Invokes this property's getter on the supplied object

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

Syntax


public Nullable<Object> InvokeGet(
	Object target
)
Public Function InvokeGet ( _
	target As Object _
) As Nullable(Of Object)

Parameters

target
Type: Object
The target.

Return Value

System.Object.

Exceptions


ExceptionCondition
[ArgumentException]Error getting property " + Name
[InvalidOperationException]CanRead and CanReadRestricted is false on property {Name}.