Click or drag to resize

ConfigurationClientGetPropertyDefinition Method (String, Boolean, dataType, Boolean, String)

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 PropertyDefinition GetPropertyDefinition(
	string propertyName,
	bool createIfMissing = false,
	dataType dataType = dataType.stringType,
	bool multiValued = false,
	string displayName = null
)

Parameters

propertyName
Type: SystemString
createIfMissing (Optional)
Type: SystemBoolean
dataType (Optional)
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFdataType
multiValued (Optional)
Type: SystemBoolean
displayName (Optional)
Type: SystemString

Return Value

Type: PropertyDefinition

Implements

IConfigurationClientGetPropertyDefinition(String, Boolean, dataType, Boolean, String)
See Also