MetadataItem.Documentation Property

Definition

Gets or sets the documentation associated with this type.

public:
 property System::Data::Metadata::Edm::Documentation ^ Documentation { System::Data::Metadata::Edm::Documentation ^ get(); void set(System::Data::Metadata::Edm::Documentation ^ value); };
public System.Data.Metadata.Edm.Documentation Documentation { get; set; }
member this.Documentation : System.Data.Metadata.Edm.Documentation with get, set
Public Property Documentation As Documentation

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