ExtensionHelperSetT Method

Set the value for a property to the new value

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 void Set<T>(
	this Object me,
	string propertyName,
	T value
)

Parameters

me
Type: SystemObject
The object to process
propertyName
Type: SystemString
The property name to update
value
Type: T
The value to set on the property

Type Parameters

T
The type of the property being set

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