GetIdPropertyDefinition method

PropertyDefinition? GetIdPropertyDefinition()
The property definition for the Id of this object.

Implementation

PropertyDefinition? GetIdPropertyDefinition() {
  return null;
}