Click or drag to resize

IProvisioningConfiguratorUpdatePropertyDefinition 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#
[OperationContractAttribute(Action = "http://schemas.omada.net/ois/2014/Provisioning/Config/IProvisioningConfigurator/UpdatePropertyDefinition", 
	ReplyAction = "http://schemas.omada.net/ois/2014/Provisioning/Config/IProvisioningConfigurator/UpdatePropertyDefinitionResponse")]
[FaultContractAttribute(typeof(string), Action = "http://schemas.omada.net/ois/2014/Provisioning/Config/IProvisioningConfigurator/UpdatePropertyDefinitionStringFault", 
	Name = "string", Namespace = "http://schemas.microsoft.com/2003/10/Serialization/")]
int UpdatePropertyDefinition(
	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: Int32
See Also