[This is preliminary documentation and is subject to change.]

Gets name of metadata format represented by implementation

Namespace: Tools.MetadataT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
string Name { get; }
Visual Basic
ReadOnly Property Name As String
	Get
Visual C++
property String^ Name {
	String^ get ();
}
F#
abstract Name : string
JScript
function get Name () : String

Return Value

Name to identify this metadata format by

Remarks

All IMetadataProviders returning this format should identify the format by this name.

See Also