ExtensionHelperGetAttributeNames Method

Get a list with all property names available on this object

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 IEnumerable<string> GetAttributeNames(
	this Object me
)

Parameters

me
Type: SystemObject
The object to process

Return Value

Type: IEnumerableString
A collection of Attribute names available on this object

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