ExportMetadataAttribute Class

Definition

Specifies metadata for a type, property, field, or method marked with the ExportAttribute.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.Interface, AllowMultiple=true, Inherited=false)]
public sealed class ExportMetadataAttribute : Attribute
Inheritance
ExportMetadataAttribute
Attributes

Inherited Members

System.Attribute

System.Object

Constructors

ExportMetadataAttribute(String, Object)

Initializes a new instance of the ExportMetadataAttribute with the specified name and metadata value.

Properties

IsMultiple

Gets or sets a value that indicates whether this item is marked with this attribute more than once.

Name

Gets the name of the metadata value.

Value

Gets the metadata value.