FDO API Reference Feature Data Objects

__property System::Void AssociationPropertyDefinition::set_ReverseMultiplicity System::String *  value  ) 
 

This method is used to set the association multiplicity from the associated class side. The only possible values are 0 or 1. If the multiplicity is set to ?? then it is not mandatory to initialize the association property when a new object is created. If the multiplicity is set to ?? then the association property must be initialized when a new object is created.

Parameters:
value The multiplicity from the associated class side. Valid values are: ?? or ??
Returns:
Returns nothing.

Comments or suggestions? Send us feedback.