Edit

Share via


CompositionContract.MetadataConstraints Property

Definition

Gets a collection of metadata constraints for the contract.

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ MetadataConstraints { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> MetadataConstraints { get; }
member this.MetadataConstraints : seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property MetadataConstraints As IEnumerable(Of KeyValuePair(Of String, Object))

Property Value

A collection of metadata constraints.

Applies to