MetadataItem.Documentation Property

Definition

Gets or sets the documentation associated with this type.

public System.Data.Metadata.Edm.Documentation Documentation { get; set; }

Property Value

A Documentation object that represents the documentation on this type.

Remarks

This property allows you to get and set the Documentation object that represents the documentation associated with conceptual model constructs such as the EntityContainer, the EntityType, the ComplexType, the AssociationType, and so on. You can define the documentation tag in the conceptual schema definition language (CSDL) files and store schema definition language (SSDL) files. For more information, see Documentation element (CSDL).

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1