ImportDefinition.Cardinality 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 the cardinality of the exports required by the import definition.
public:
 virtual property System::ComponentModel::Composition::Primitives::ImportCardinality Cardinality { System::ComponentModel::Composition::Primitives::ImportCardinality get(); };public virtual System.ComponentModel.Composition.Primitives.ImportCardinality Cardinality { get; }member this.Cardinality : System.ComponentModel.Composition.Primitives.ImportCardinalityPublic Overridable ReadOnly Property Cardinality As ImportCardinalityProperty Value
One of the enumeration values that indicates the cardinality of the Export objects required by the ImportDefinition. The default is ExactlyOne.