Click or drag to resize

ProvisioningConfiguratorClientUpdatePropertyDefinitionAsync Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.WCF
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Task<int> UpdatePropertyDefinitionAsync(
	actionType Action,
	PropertyDefinition PropertyDefinition,
	TestOrSave TestOrSave
)

Parameters

Action
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFactionType
PropertyDefinition
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFPropertyDefinition
TestOrSave
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFTestOrSave

Return Value

Type: TaskInt32

Implements

IProvisioningConfiguratorUpdatePropertyDefinitionAsync(actionType, PropertyDefinition, TestOrSave)
See Also