CustomProperty PythonCode.GetCustomPropertyByPath(String propertyPath)

Gets the specific property based on the path to the property.

Parameters

  • propertyPath
    Type: String
    The path to the property. Property path is groupName/propertyName.

Return Value

Property instnace if a property with given path exists.