Sets a reference to an MgDataPropertyDefinition used to create the identity properties that uniquely identify the objects that constitute the object property.
.NET Syntax
void SetIdentityProperty(MgDataPropertyDefinition propDef);
|
Java Syntax
void SetIdentityProperty(MgDataPropertyDefinition propDef);
|
PHP Syntax
void SetIdentityProperty(MgDataPropertyDefinition propDef);
|
- Parameters:
-
propDef | (MgDataPropertyDefinition) The data property definition used to create the identity properties for the object collection in this object property. |
- Returns:
- Returns nothing.