| ConfigurationClientGetPropertyDefinition Method (String, 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
Syntaxpublic PropertyDefinition GetPropertyDefinition(
string propertyName,
string modelNamespace,
bool createIfMissing = false,
dataType dataType = dataType.stringType,
bool multiValued = false,
string displayName = null
)
Parameters
- propertyName
- Type: SystemString
- modelNamespace
- 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:
PropertyDefinitionImplements
IConfigurationClientGetPropertyDefinition(String, String, Boolean, dataType, Boolean, String)
See Also