MFIdentifierToIDMapperGetVaultElementReferenceAttribute Method |
Finds a vault element reference attribute applicable to a data
member.
Namespace:
MFiles.VAF.Configuration.JsonMapping.Mappers
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic VaultElementReferenceAttribute GetVaultElementReferenceAttribute(
DataMemberInfo dm
)
Public Function GetVaultElementReferenceAttribute (
dm As DataMemberInfo
) As VaultElementReferenceAttribute
public:
VaultElementReferenceAttribute^ GetVaultElementReferenceAttribute(
DataMemberInfo^ dm
)
Parameters
- dm
- Type: MFiles.VAF.Configuration.JsonMappingDataMemberInfo
The data element to get the attribute for.
Return Value
Type:
VaultElementReferenceAttributeReturns null if not found.
See Also