MetadataItem.Documentation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).