CustomPropertyFindPreferredCopyPartner Method |
Finds the preferred copy partner for the current property.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty FindPreferredCopyPartner(
CustomPropertiesCollection otherProperties
)
Public Function FindPreferredCopyPartner (
otherProperties As CustomPropertiesCollection
) As CustomProperty
public:
CustomProperty^ FindPreferredCopyPartner(
CustomPropertiesCollection^ otherProperties
)
member FindPreferredCopyPartner :
otherProperties : CustomPropertiesCollection -> CustomProperty
Parameters
- otherProperties
- Type: Aloe.EnterpriseOne.Model.GeneralCustomPropertiesCollection
The other properties.
Return Value
Type:
CustomProperty
Remarks
See Also