ExtensionHelperGetT Method

Get the value for the property

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static T Get<T>(
	this Object me,
	string propertyName
)

Parameters

me
Type: SystemObject
The object to process
propertyName
Type: SystemString
The property name to get a value for.

Type Parameters

T
The type of the property returned

Return Value

Type: T
The property value.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference