Item

MetadataPackage indexer

Gets the MetadataProperty with the specified name.

public MetadataProperty this[string propertyName] { get; }
Parameter Description
propertyName The name of the metadata property to be found.

Return Value

The MetadataProperty if found; otherwise, null.

Property Value

The appropriate MetadataProperty.

See Also