| ExportConnectivityPackageHelperSetKeyPropertyForExchangeObjects Method |
Sets the property with propertyName as the key property
Changes exchange object operation to UpdateOrCreate or the operation passed in optional parameter
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IEnumerable<ExchangeObject> SetKeyPropertyForExchangeObjects(
string propertyName,
IEnumerable<ExchangeObject> exchangeObjects,
Operation operation = Operation.UpdateOrCreate
)
Parameters
- propertyName
- Type: SystemString
Property name of key - exchangeObjects
- Type: System.Collections.GenericIEnumerableExchangeObject
Exchange objects - operation (Optional)
- Type: Omada.OE.AppLogic.Serialization.ModelOperation
Operation (optional parameter)
Return Value
Type:
IEnumerableExchangeObjectmodified exchange objects
See Also