Click or drag to resize
NameAttribute Constructor
Initalizes a new instance of the NameAttribute class.

Namespace:  Intuit.Ipp.LinqExtender.Attributes
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public NameAttribute(
	string targetName
)

Parameters

targetName
Type: SystemString
Name of the reflected object.
See Also