DataMemberInfoGetAttributeT Method
Helper method for accessing the data member's attribute.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public T GetAttribute<T>()
where T : Attribute
- T
- The type of attribute to get.
TThe attribute if found, null otherwise.