XPTypeInfo.GetAttributeInfo(Type) Method
Returns the attribute of the specified type.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v19.2.dll
Declaration
public Attribute GetAttributeInfo(
Type attributeType
)
Public Function GetAttributeInfo(
attributeType As Type
) As Attribute
public Attribute GetAttributeInfo(
Type attributeType
)
Public Function GetAttributeInfo(
attributeType As Type
) As Attribute
Parameters
Name |
Type |
Description |
attributeType |
Type |
A Type descendant which represents the type of the attribute to retrieve.
|
Parameters
Name |
Type |
Description |
attributeType |
Type |
A Type descendant which represents the type of the attribute to retrieve.
|
See Also