MetadataItem::Documentation Property
.NET Framework (current version)
Gets or sets the documentation associated with this type.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property Documentation^ Documentation { Documentation^ get(); void set(Documentation^ value); }
Property Value
Type: System.Data.Metadata.Edm::Documentation^A Documentation object that represents the documentation on this type.
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).
.NET Framework
Available since 3.5
Available since 3.5
Show: