PropertyGeneratedEventArgs.PropertySource Property

Definition

Gets the MetadataItem object that is the source of the property.

public:
 property System::Data::Metadata::Edm::MetadataItem ^ PropertySource { System::Data::Metadata::Edm::MetadataItem ^ get(); };
public System.Data.Metadata.Edm.MetadataItem PropertySource { get; }
member this.PropertySource : System.Data.Metadata.Edm.MetadataItem
Public ReadOnly Property PropertySource As MetadataItem

Property Value

The MetadataItem object that is the source of the property.

Applies to