MetadataItem.Documentation Property

 

Gets or sets the documentation associated with this type.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public Documentation Documentation {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.Documentation

A Documentation object that represents the documentation on this type.