DataMemberInfoGetAttributeT Method

Helper method for accessing the data member's attribute.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public T GetAttribute<T>()
where T : Attribute

Type Parameters

T
The type of attribute to get.

Return Value

T
The attribute if found, null otherwise.

See Also