Newer Version Available
CustomMetadata Class
Namespace
Usage
Use Metadata.CustomMetadata to
represent records of custom metadata types in Apex. For more information, see Custom Metadata Types in the
Metadata API Developer Guide.
Example
CustomMetadata Properties
The following are properties for CustomMetadata.
values
Signature
public List<Metadata.CustomMetadataValue> values {get; set;}
Property Value
Type: List<Metadata.CustomMetadataValue>