AssemblyMetadataAttribute Constructor
Collapse the table of content
Expand the table of content

AssemblyMetadataAttribute Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the AssemblyMetadataAttribute class by using the specified metadata key and value.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public AssemblyMetadataAttribute(
	string key,
	string value
)

Parameters

key
Type: System.String
The metadata key.
value
Type: System.String
The metadata value.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft